Searched defs:Rect (Results 1 - 15 of 15) sorted by last modified time

/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/native/include/ui/
H A DRect.h32 class Rect : public ARect, public LightFlattenablePod<Rect> class in namespace:android
37 static const Rect INVALID_RECT;
38 static const Rect EMPTY_RECT;
43 inline Rect() : Rect(INVALID_RECT) {} function in class:android::Rect
46 inline Rect(T w, T h) { function in class:android::Rect
58 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { function in class:android::Rect
65 inline Rect(const Point& lt, const Point& rb) { function in class:android::Rect
98 inline Rect getBound
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp36 #include <ui/Rect.h>
252 struct Rect { struct in struct:android::egl_window_surface_v2_t
253 inline Rect() { }; function in struct:android::egl_window_surface_v2_t::Rect
254 inline Rect(int32_t w, int32_t h) function in struct:android::egl_window_surface_v2_t::Rect
256 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) function in struct:android::egl_window_surface_v2_t::Rect
258 Rect& andSelf(const Rect& r) {
281 typedef Rect const* const_iterator;
284 static Region subtract(const Rect& lhs, const Rect
[all...]
/frameworks/base/libs/hwui/
H A DPathCache.h120 Rect, member in class:android::uirenderer::ShapeType
154 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 SkIRect& rect): // NOLINT, implicit function in class:android::uirenderer::Rect
83 inline Rect(const SkRect& rect): // NOLINT, implicit function in class:android::uirenderer::Rect
90 friend int operator==(const Rect& a, const Rect& b) {
94 friend int operator!=(const Rect& a, const Rect
[all...]
H A DSkiaCanvas.cpp207 : mType(Type::Rect), mOp(op), mMatrix(m), mRRect(SkRRect::MakeRect(rect)) {}
216 case Type::Rect:
230 Rect, member in class:android::SkiaCanvas::Clip::Type
/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/base/graphics/java/android/graphics/
H A DRect.java29 * Rect holds four integer coordinates for a rectangle. The rectangle is
35 * Note that the right and bottom coordinates are exclusive. This means a Rect
40 public final class Rect implements Parcelable { class in inherits:Parcelable
49 * causing Rect to not be initializable with an ahead-of-time compilation
62 * Create a new empty Rect. All coordinates are initialized to 0.
64 public Rect() {} method in class:Rect
76 public Rect(int left, int top, int right, int bottom) { method in class:Rect
90 public Rect(Rect r) { method in class:Rect
106 Rect
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h316 struct Rect { struct in class:android::MetaData
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h200 struct Rect { struct in struct:android::AMessage
214 Rect rectValue;
/frameworks/av/media/libstagefright/foundation/include/
H A DMetaData.h316 struct Rect { struct in class:android::MetaData
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAMessage.h200 struct Rect { struct in struct:android::AMessage
214 Rect rectValue;
/frameworks/av/media/libstagefright/include/
H A DMetaData.h316 struct Rect { struct in class:android::MetaData
/frameworks/av/media/libstagefright/include/foundation/
H A DAMessage.h200 struct Rect { struct in struct:android::AMessage
214 Rect rectValue;

Completed in 711 milliseconds