Searched defs:offY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DevCamera/src/com/android/devcamera/
H A DNormalizedFace.java34 public NormalizedFace(Face face, int dX, int dY, int offX, int offY) { argument
38 leftEye.y = (float) (face.getLeftEyePosition().y - offY) / dY;
43 rightEye.y = (float) (face.getRightEyePosition().y - offY) / dY;
48 mouth.y = (float) (face.getMouthPosition().y - offY) / dY;
53 bounds.top = (float) (face.getBounds().top - offY) / dY;
55 bounds.bottom = (float) (face.getBounds().bottom - offY) / dY;

Completed in 26 milliseconds