Searched refs:mouth (Results 1 – 6 of 6) sorted by relevance
32 public PointF mouth; field in NormalizedFace46 mouth = new PointF(); in NormalizedFace()47 mouth.x = (float) (face.getMouthPosition().x - offX) / dX; in NormalizedFace()48 mouth.y = (float) (face.getMouthPosition().y - offY) / dY; in NormalizedFace()66 if (mouth != null) { in mirrorInX()67 mouth.x = 1f - mouth.x; in mirrorInX()84 if (mouth != null) { in mirrorInY()85 mouth.y = 1f - mouth.y; in mirrorInY()
221 p[2] = face.mouth; in onDraw()
485 Log.v(TAG, "Face mouth: " + faces[i].mouth); in frameDataAvailable()