Searched refs:rightEye (Results 1 – 3 of 3) sorted by relevance
31 public PointF rightEye; field in NormalizedFace41 rightEye = new PointF(); in NormalizedFace()42 rightEye.x = (float) (face.getRightEyePosition().x - offX) / dX; in NormalizedFace()43 rightEye.y = (float) (face.getRightEyePosition().y - offY) / dY; in NormalizedFace()63 if (rightEye != null) { in mirrorInX()64 rightEye.x = 1f - rightEye.x; in mirrorInX()81 if (rightEye != null) { in mirrorInY()82 rightEye.y = 1f - rightEye.y; in mirrorInY()
220 p[1] = face.rightEye; in onDraw()
484 Log.v(TAG, "Face right eye: " + faces[i].rightEye); in frameDataAvailable()