Home
last modified time | relevance | path

Searched defs:bottomLeft (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java163 public PointF bottomLeft() { in bottomLeft() method in Quad
190 PointF bottomLeft = rotatePoint(bottomLeft(), center, cosa, sina); in rotated() local
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransactionTest.h165 const Color& topRight, const Color& bottomLeft, in fillLayerQuadrant()
183 const Color& topRight, const Color& bottomLeft, in fillBufferQueueLayerQuadrant()
206 const Color& topRight, const Color& bottomLeft, in fillBufferStateLayerQuadrant()
H A DTransactionTestHarnesses.h135 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles()
/aosp12/frameworks/base/core/java/android/view/
H A DRoundedCorners.java79 RoundedCorner bottomLeft) { in RoundedCorners()