Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 15 of 15) 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() function
96 Rect(float x, float y, float width, float height) { in Rect() argument
/frameworks/av/include/media/stagefright/foundation/
DAMessage.h120 struct Rect { struct
121 int32_t mLeft, mTop, mRight, mBottom;
/frameworks/native/include/ui/
DRect.h36 inline Rect() { in Rect() function
38 inline Rect(int32_t w, int32_t h) { in Rect() function
41 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function
44 inline Rect(const Point& lt, const Point& rb) { in Rect() function
DGraphicBufferMapper.h34 class Rect; variable
/frameworks/rs/
DrsFont.h53 struct Rect { struct
54 int32_t left;
55 int32_t top;
56 int32_t right;
57 int32_t bottom;
58 void set(int32_t l, int32_t r, int32_t t, int32_t b) { in set()
/frameworks/av/include/media/stagefright/
DYUVCanvas.h31 class Rect; variable
DMetaData.h260 struct Rect { struct
261 int32_t mLeft, mTop, mRight, mBottom;
DYUVImage.h44 class Rect; variable
/frameworks/base/libs/hwui/
DRect.h44 inline Rect(): in Rect() function
51 inline Rect(float left, float top, float right, float bottom): in Rect() function
58 inline Rect(float width, float height): in Rect() function
DPathCache.h134 struct Rect { struct
135 float mWidth;
136 float mHeight;
DDisplayList.h57 class Rect; variable
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.h31 class Rect; variable
/frameworks/base/graphics/java/android/graphics/
DRect.java33 public final class Rect implements Parcelable { class
45 public Rect() {} in Rect() method in Rect
57 public Rect(int left, int top, int right, int bottom) { in Rect() method in Rect
71 public Rect(Rect r) { in Rect() method in Rect
/frameworks/native/opengl/libagl/
Degl.cpp251 struct Rect { struct
252 inline Rect() { }; in Rect() argument
253 inline Rect(int32_t w, int32_t h) in Rect() argument
255 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) in Rect() function
257 Rect& andSelf(const Rect& r) { in andSelf()
264 bool isEmpty() const { in isEmpty()
267 void dump(char const* what) { in dump()
272 int32_t left;
273 int32_t top;
274 int32_t right;
[all …]