Searched refs:bottomLeft (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java163 public PointF bottomLeft() { method in class:Quad
190 PointF bottomLeft = rotatePoint(bottomLeft(), center, cosa, sina);
193 return new Quad(topLeft, topRight, bottomLeft, bottomRight);
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { argument
322 mBottomLeft = bottomLeft;
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { argument
484 || mBottomLeftCornerStyle != bottomLeft;
489 mBottomLeftCornerStyle = bottomLeft;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java422 quad.bottomLeft().x, quad.bottomLeft().y,
470 quad.bottomLeft().x, quad.bottomLeft().y,

Completed in 1629 milliseconds