Home | History | Annotate | Download | only in devcamera

Lines Matching refs:rightEye

31     public PointF rightEye;
41 rightEye = new PointF();
42 rightEye.x = (float) (face.getRightEyePosition().x - offX) / dX;
43 rightEye.y = (float) (face.getRightEyePosition().y - offY) / dY;
63 if (rightEye != null) {
64 rightEye.x = 1f - rightEye.x;
81 if (rightEye != null) {
82 rightEye.y = 1f - rightEye.y;