Searched defs:Rectangle (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
H A D | Rectangle.java | 26 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 56 private Rectangle(Point p0, Point p1, Point p2, Point p3) { in Rectangle() method in Rectangle
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceInterceptor.h | 46 using Rectangle = surfaceflinger::Rectangle; variable
|
/aosp12/frameworks/native/opengl/tests/hwc/ |
H A D | hwcRects.cpp | 143 class Rectangle { class 145 Rectangle() : format(defaultFormat), transform(defaultTransform), in Rectangle() function in Rectangle
|
H A D | hwcCommit.cpp | 162 class Rectangle { class 1308 Rectangle::Rectangle(uint32_t graphicFormat, HwcTestDim dfDim, in Rectangle() function in Rectangle
|
/aosp12/frameworks/native/cmds/surfacereplayer/proto/src/ |
H A D | trace.proto | 143 message Rectangle { message
|