Searched defs: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/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp248 const Color& bottomLeft, const Color& bottomRight, bool filtered = false,
261 expectColor(Rect(rect.left, centerY + offsetY, centerX - offsetX, rect.bottom), bottomLeft, local
347 const Color& topRight, const Color& bottomLeft,
357 fillBufferColor(buffer, Rect(0, halfH, halfW, buffer.height), bottomLeft);
247 expectQuadrant(const Rect& rect, const Color& topLeft, const Color& topRight, const Color& bottomLeft, const Color& bottomRight, bool filtered = false, uint8_t tolerance = 0) argument
346 fillLayerQuadrant(const sp<SurfaceControl>& layer, const Color& topLeft, const Color& topRight, const Color& bottomLeft, const Color& bottomRight) argument

Completed in 138 milliseconds