Searched defs:Rect (Results 1 - 10 of 10) sorted by path

/frameworks/av/include/media/stagefright/
H A DMetaData.h312 struct Rect { struct in class:android::MetaData
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h194 struct Rect { struct in struct:android::AMessage
208 Rect rectValue;
/frameworks/base/graphics/java/android/graphics/
H A DRect.java28 * Rect holds four integer coordinates for a rectangle. The rectangle is
34 * Note that the right and bottom coordinates are exclusive. This means a Rect
39 public final class Rect implements Parcelable { class in inherits:Parcelable
48 * causing Rect to not be initializable with an ahead-of-time compilation
61 * Create a new empty Rect. All coordinates are initialized to 0.
63 public Rect() {} method in class:Rect
75 public Rect(int left, int top, int right, int bottom) { method in class:Rect
89 public Rect(Rect r) { method in class:Rect
105 Rect
[all...]
/frameworks/base/libs/hwui/
H A DPathCache.h114 Rect, member in class:android::uirenderer::ShapeType
148 struct Rect { struct in union:android::uirenderer::PathDescription::Shape
H A DRect.h42 class Rect { class in namespace:android::uirenderer
55 inline Rect(): function in class:android::uirenderer::Rect
62 inline Rect(float left, float top, float right, float bottom): function in class:android::uirenderer::Rect
69 inline Rect(float width, float height): function in class:android::uirenderer::Rect
76 inline Rect(const SkRect& rect): function in class:android::uirenderer::Rect
83 friend int operator==(const Rect& a, const Rect& b) {
87 friend int operator!=(const Rect& a, const Rect& b) {
112 inline void set(const Rect
[all...]
/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/native/include/ui/
H A DRect.h29 class Rect : public ARect, public LightFlattenablePod<Rect> class in namespace:android
34 static const Rect INVALID_RECT;
35 static const Rect EMPTY_RECT;
40 inline Rect() : Rect(INVALID_RECT) {} function in class:android::Rect
43 inline Rect(T w, T h) { function in class:android::Rect
45 ALOG(LOG_WARN, "Rect",
46 "Width %u too large for Rect class, clamping", w);
50 ALOG(LOG_WARN, "Rect",
59 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { function in class:android::Rect
66 inline Rect(const Point& lt, const Point& rb) { function in class:android::Rect
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp251 struct Rect { struct in struct:android::egl_window_surface_v2_t
252 inline Rect() { }; function in struct:android::egl_window_surface_v2_t::Rect
253 inline Rect(int32_t w, int32_t h) function in struct:android::egl_window_surface_v2_t::Rect
255 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) function in struct:android::egl_window_surface_v2_t::Rect
257 Rect& andSelf(const Rect& r) {
280 typedef Rect const* const_iterator;
283 static Region subtract(const Rect& lhs, const Rect& rhs) {
285 Rect* storag
[all...]
/frameworks/rs/
H A DrsFont.h52 struct Rect { struct in class:android::renderscript::Font
87 RenderMode mode = FRAMEBUFFER, Rect *bounds = nullptr,
132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
151 Font::Rect *bounds = nullptr,
154 void measureText(const char *text, uint32_t len, Font::Rect *bounds);

Completed in 285 milliseconds