Searched defs:topRight (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
D | Quad.java | 94 public static Quad fromLineAndHeight(PointF topLeft, PointF topRight, float height) { in fromLineAndHeight() 155 public PointF topRight() { in topRight() method in Quad 189 PointF topRight = rotatePoint(topRight(), center, cosa, sina); in rotated() local 319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerTransactionTest.h | 156 const Color& topRight, const Color& bottomLeft, in fillLayerQuadrant() 174 const Color& topRight, const Color& bottomLeft, in fillBufferQueueLayerQuadrant() 197 const Color& topRight, const Color& bottomLeft, in fillBufferStateLayerQuadrant()
|
D | TransactionTestHarnesses.h | 108 int32_t bufferHeight, const Color& topLeft, const Color& topRight, in fillLayerQuadrant()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | StyledCornersBitmapDrawable.java | 480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles()
|