Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
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()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java547 View bottomLeft = mBottomOverlay.findViewById(R.id.left); in updateViews() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp291 const Color& bottomLeft, const Color& bottomRight, bool filtered = false, in expectQuadrant()
452 const Color& topRight, const Color& bottomLeft, in fillLayerQuadrant()
470 const Color& topRight, const Color& bottomLeft, in fillBufferQueueLayerQuadrant()
489 const Color& topRight, const Color& bottomLeft, in fillBufferStateLayerQuadrant()
662 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant()