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/native/include/ui/
H A DRect.h29 class Rect : public ARect, public LightFlattenablePod<Rect> class in namespace:android
34 static const Rect INVALID_RECT;
39 inline Rect() { function in class:android::Rect
43 inline Rect(int32_t w, int32_t h) { function in class:android::Rect
49 inline Rect(uint32_t w, uint32_t h) { function in class:android::Rect
51 ALOG(LOG_WARN, "Rect",
52 "Width %u too large for Rect class, clamping", w);
56 ALOG(LOG_WARN, "Rect",
57 "Height %u too large for Rect clas
65 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { function in class:android::Rect
72 inline Rect(const Point& lt, const Point& rb) { function in class:android::Rect
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h163 struct Rect { struct in struct:android::AMessage
177 Rect rectValue;
/frameworks/base/graphics/java/android/graphics/
H A DRect.java28 * Rect holds four integer coordinates for a rectangle. The rectangle is
34 public final class Rect implements Parcelable { class in inherits:Parcelable
43 * causing Rect to not be initializable with an ahead-of-time compilation
56 * Create a new empty Rect. All coordinates are initialized to 0.
58 public Rect() {} method in class:Rect
70 public Rect(int left, int top, int right, int bottom) { method in class:Rect
84 public Rect(Rect r) { method in class:Rect
100 Rect r = (Rect)
[all...]
/frameworks/base/libs/hwui/
H A DRect.h41 class Rect { class in namespace:android::uirenderer
54 inline Rect(): function in class:android::uirenderer::Rect
61 inline Rect(float left, float top, float right, float bottom): function in class:android::uirenderer::Rect
68 inline Rect(float width, float height): function in class:android::uirenderer::Rect
75 inline Rect(const SkRect& rect): function in class:android::uirenderer::Rect
82 friend int operator==(const Rect& a, const Rect& b) {
86 friend int operator!=(const Rect& a, const Rect& b) {
111 inline void set(const Rect
[all...]
H A DPathCache.h148 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 = 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);
/frameworks/av/include/media/stagefright/
H A DMetaData.h283 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 988 milliseconds