Searched defs:topRight (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
H A D | Quad.java | 90 * @param topRight the top-right of the quad 94 public static Quad fromLineAndHeight(PointF topLeft, PointF topRight, float height) { argument 95 PointF dp = new PointF(topRight.x - topLeft.x, topRight.y - topLeft.y); 99 PointF p3 = new PointF(topRight.x - np.x, topRight.y + np.y); 100 return new Quad(topLeft, topRight, p2, p3); 155 public PointF topRight() { method in class:Quad 189 PointF topRight = rotatePoint(topRight(), cente 319 Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) argument [all...] |
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
H A D | StyledCornersBitmapDrawable.java | 480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { argument 482 || mTopRightCornerStyle != topRight 487 mTopRightCornerStyle = topRight;
|
/frameworks/native/services/surfaceflinger/tests/ |
H A D | Transaction_test.cpp | 247 void expectQuadrant(const Rect& rect, const Color& topLeft, const Color& topRight, argument 259 expectColor(Rect(centerX + offsetX, rect.top, rect.right, centerY - offsetY), topRight, 347 const Color& topRight, const Color& bottomLeft, 356 fillBufferColor(buffer, Rect(halfW, 0, buffer.width, halfH), topRight); 346 fillLayerQuadrant(const sp<SurfaceControl>& layer, const Color& topLeft, const Color& topRight, const Color& bottomLeft, const Color& bottomRight) argument
|
Completed in 13 milliseconds