Home
last modified time | relevance | path

Searched refs:Rectangle (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DRectangle.java26 public class Rectangle extends Quad { class
28 public Rectangle() { in Rectangle() method in Rectangle
31 public Rectangle(float x, float y, float width, float height) { in Rectangle() method in Rectangle
38 public Rectangle(Point origin, Point size) { in Rectangle() method in Rectangle
45 public static Rectangle fromRotatedRect(Point center, Point size, float rotation) { in fromRotatedRect()
50 return new Rectangle(p0.rotatedAround(center, rotation), in fromRotatedRect()
56 private Rectangle(Point p0, Point p1, Point p2, Point p3) { in Rectangle() method in Rectangle
60 public static Rectangle fromCenterVerticalAxis(Point center, Point vAxis, Point size) { in fromCenterVerticalAxis()
63 return new Rectangle(center.minus(dx).minus(dy), in fromCenterVerticalAxis()
82 public Rectangle scaled(float s) { in scaled()
[all …]
DQuad.java75 public Rectangle boundingBox() { in boundingBox()
82 return new Rectangle(x0, y0, x1 - x0, y1 - y0); in boundingBox()
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp162 class Rectangle { class
164 explicit Rectangle(uint32_t graphicFormat = defaultFormat,
277 uint32_t numOverlays(list<Rectangle>& rectList);
345 list<Rectangle> rectList; in main()
452 Rectangle rect(format->format, startDim); in main()
643 list<Rectangle> rectList; in maxOverlays()
651 Rectangle rect(format, startDim, startDim); in maxOverlays()
676 list<Rectangle> rectList; in supportedTransforms()
677 Rectangle rect(format, startDim); in supportedTransforms()
701 list<Rectangle> rectList; in supportedBlends()
[all …]
DhwcRects.cpp143 class Rectangle { class
145 Rectangle() : format(defaultFormat), transform(defaultTransform), in Rectangle() function in Rectangle
164 list<Rectangle> rectangle;
173 static Rectangle parseRect(const string& rectStr);
297 Rectangle rect = parseRect(rectDesc); in main()
316 for (std::list<Rectangle>::iterator it = rectangle.begin(); in main()
361 static Rectangle parseRect(const string& rectStr) in parseRect()
368 Rectangle rect; in parseRect()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt217 is Outline.Rectangle -> 0f to 0f in transitionController()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h59 if ((clipStatePtr)->mode == ClipMode::Rectangle) { \
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15901 Landroid/filterfw/geometry/Quad;->boundingBox()Landroid/filterfw/geometry/Rectangle;
15909 Landroid/filterfw/geometry/Rectangle;-><init>()V
15910 Landroid/filterfw/geometry/Rectangle;-><init>(FFFF)V
15911 Landroid/filterfw/geometry/Rectangle;-><init>(Landroid/filterfw/geometry/Point;Landroid/filterfw/ge…
15912 Landroid/filterfw/geometry/Rectangle;-><init>(Landroid/filterfw/geometry/Point;Landroid/filterfw/ge…
15913 Landroid/filterfw/geometry/Rectangle;->center()Landroid/filterfw/geometry/Point;
15914Rectangle;->fromCenterVerticalAxis(Landroid/filterfw/geometry/Point;Landroid/filterfw/geometry/Poi…
15915 …/geometry/Rectangle;->fromRotatedRect(Landroid/filterfw/geometry/Point;Landroid/filterfw/geometry/…
15916 Landroid/filterfw/geometry/Rectangle;->getHeight()F
15917 Landroid/filterfw/geometry/Rectangle;->getWidth()F
[all …]