Searched defs:Rect (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.h71 struct Rect { struct in namespace:android::filterfw
74 Rect() { function in struct:android::filterfw::Rect
79 Rect(float x, float y, float width, float height) { function in struct:android::filterfw::Rect
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.h88 struct Rect { struct in namespace:android::filterfw
91 Rect() { function in struct:android::filterfw::Rect
96 Rect(float x, float y, float width, float height) { function in struct:android::filterfw::Rect
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h120 struct Rect { struct in struct:android::AMessage
134 Rect rectValue;
/frameworks/base/libs/hwui/
H A DRect.h31 class Rect { class in namespace:android::uirenderer
44 inline Rect(): function in class:android::uirenderer::Rect
51 inline Rect(float left, float top, float right, float bottom): function in class:android::uirenderer::Rect
58 inline Rect(float width, float height): function in class:android::uirenderer::Rect
65 friend int operator==(const Rect& a, const Rect& b) {
69 friend int operator!=(const Rect& a, const Rect& b) {
94 inline void set(const Rect& r) {
110 bool intersects(const Rect
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DRect.java27 * Rect holds four integer coordinates for a rectangle. The rectangle is
33 public final class Rect implements Parcelable { class in inherits:Parcelable
43 * Create a new empty Rect. All coordinates are initialized to 0.
45 public Rect() {} method in class:Rect
57 public Rect(int left, int top, int right, int bottom) { method in class:Rect
71 public Rect(Rect r) { method in class:Rect
87 Rect r = (Rect) o;
103 sb.append("Rect("); s
[all...]
/frameworks/native/include/ui/
H A DRect.h28 class Rect : public ARect, public LightFlattenablePod<Rect> class in namespace:android
36 inline Rect() { function in class:android::Rect
38 inline Rect(int32_t w, int32_t h) { function in class:android::Rect
41 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { function in class:android::Rect
44 inline Rect(const Point& lt, const Point& rb) { function in class:android::Rect
64 inline void set(const Rect& rhs) {
78 inline Rect getBounds() const {
79 return Rect(right-left, bottom-top);
110 inline bool operator == (const Rect
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h254 struct Rect { struct in class:android::MetaData
/frameworks/rs/
H A DrsFont.h53 struct Rect { struct in class:android::renderscript::Font
88 RenderMode mode = FRAMEBUFFER, Rect *bounds = NULL,
133 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
152 Font::Rect *bounds = NULL,
155 void measureText(const char *text, uint32_t len, Font::Rect *bounds);
/frameworks/native/opengl/libagl/
H A Degl.cpp250 struct Rect { struct in struct:android::egl_window_surface_v2_t
251 inline Rect() { }; function in struct:android::egl_window_surface_v2_t::Rect
252 inline Rect(int32_t w, int32_t h) function in struct:android::egl_window_surface_v2_t::Rect
254 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) function in struct:android::egl_window_surface_v2_t::Rect
256 Rect& andSelf(const Rect& r) {
279 typedef Rect const* const_iterator;
282 static Region subtract(const Rect& lhs, const Rect& rhs) {
284 Rect* storag
[all...]

Completed in 1964 milliseconds