Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dgeometry.h71 struct Rect { struct
74 Rect() { in Rect() argument
79 Rect(float x, float y, float width, float height) { in Rect() argument
/frameworks/base/media/mca/filterpacks/native/base/
Dgeometry.h88 struct Rect { struct
91 Rect() { in Rect() argument
96 Rect(float x, float y, float width, float height) { in Rect() argument
/frameworks/native/libs/ui/include/ui/
DRect.h43 inline Rect() : Rect(INVALID_RECT) {} in Rect() function
46 inline Rect(T w, T h) { in Rect() function
58 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function
65 inline Rect(const Point& lt, const Point& rb) { in Rect() function
DGraphicBufferMapper.h41 class Rect; variable
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h200 struct Rect { struct
201 int32_t mLeft, mTop, mRight, mBottom;
/frameworks/rs/
DrsFont.h52 struct Rect { struct
53 int32_t left;
54 int32_t top;
55 int32_t right;
56 int32_t bottom;
57 void set(int32_t l, int32_t r, int32_t t, int32_t b) { in set()
/frameworks/base/libs/hwui/
DRect.h55 inline Rect(): in Rect() function
62 inline Rect(float left, float top, float right, float bottom): in Rect() function
69 inline Rect(float width, float height): in Rect() function
76 inline Rect(const SkIRect& rect): // NOLINT, implicit in Rect() function
83 inline Rect(const SkRect& rect): // NOLINT, implicit in Rect() function
DPathCache.h120 Rect, enumerator
154 struct Rect { struct
155 float mWidth;
156 float mHeight;
DFrameBuilder.h37 class Rect; variable
DDisplayList.h53 class Rect; variable
DRenderNode.h54 class Rect; variable
DSkiaCanvas.cpp230 Rect, enumerator
/frameworks/av/media/libstagefright/include/media/stagefright/
DYUVCanvas.h31 class Rect; variable
DMetaData.h326 struct Rect { struct
327 int32_t mLeft, mTop, mRight, mBottom;
DYUVImage.h44 class Rect; variable
/frameworks/base/libs/hwui/renderstate/
DScissor.h25 class Rect; variable
/frameworks/base/graphics/java/android/graphics/
DRect.java40 public final class Rect implements Parcelable { class
64 public Rect() {} in Rect() method in Rect
76 public Rect(int left, int top, int right, int bottom) { in Rect() method in Rect
90 public Rect(Rect r) { in Rect() method in Rect
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.h32 class Rect; variable
DHWC2.h44 class Rect; variable
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h46 class Rect; variable
DCanvasContext.h53 class Rect; variable
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.h36 class Rect; variable
/frameworks/native/opengl/libagl/
Degl.cpp270 struct Rect { struct
271 inline Rect() { }; in Rect() function
272 inline Rect(int32_t w, int32_t h) in Rect() argument
274 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) in Rect() argument
276 Rect& andSelf(const Rect& r) { in andSelf()
283 bool isEmpty() const { in isEmpty()
286 void dump(char const* what) { in dump()
291 int32_t left;
292 int32_t top;
293 int32_t right;
[all …]
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h46 class Rect; variable
/frameworks/native/libs/gui/tests/
DSurface_test.cpp526 Rect /*sourceCrop*/, uint32_t /*reqWidth*/, uint32_t /*reqHeight*/, in captureScreen() argument