Searched defs:Rect (Results 1 - 10 of 10) 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.h123 struct Rect { struct in struct:android::AMessage
137 Rect rectValue;
/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
40 inline Rect(int32_t w, int32_t h) { function in class:android::Rect
46 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { function in class:android::Rect
53 inline Rect(const Point& lt, const Point& rb) { function in class:android::Rect
86 inline Rect getBounds() const {
87 return Rect(right - left, bottom - top);
115 inline bool operator == (const Rect& rhs) const {
120 inline bool operator != (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
42 * causing Rect to not be initializable with an ahead-of-time compilation
55 * Create a new empty Rect. All coordinates are initialized to 0.
57 public Rect() {} method in class:Rect
69 public Rect(int left, int top, int right, int bottom) { method in class:Rect
83 public Rect(Rect r) { method in class:Rect
99 Rect r = (Rect)
[all...]
/frameworks/base/libs/hwui/
H A DRect.h40 class Rect { class in namespace:android::uirenderer
53 inline Rect(): function in class:android::uirenderer::Rect
60 inline Rect(float left, float top, float right, float bottom): function in class:android::uirenderer::Rect
67 inline Rect(float width, float height): function in class:android::uirenderer::Rect
74 inline Rect(const SkRect& rect): function in class:android::uirenderer::Rect
81 friend int operator==(const Rect& a, const Rect& b) {
85 friend int operator!=(const Rect& a, const Rect& b) {
110 inline void set(const Rect
[all...]
H A DPathCache.h136 struct Rect { struct in union:android::uirenderer::PathDescription::Shape
/frameworks/rs/
H A DrsFont.h52 struct Rect { struct in class:android::renderscript::Font
87 RenderMode mode = FRAMEBUFFER, Rect *bounds = NULL,
132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
151 Font::Rect *bounds = NULL,
154 void measureText(const char *text, uint32_t len, Font::Rect *bounds);
/frameworks/av/include/media/stagefright/
H A DMetaData.h275 struct Rect { struct in class:android::MetaData
/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...]

Completed in 3063 milliseconds