/frameworks/base/media/mca/filterfw/native/core/ |
D | geometry.h | 71 struct Rect { struct 74 Rect() { in Rect() argument 79 Rect(float x, float y, float width, float height) { in Rect() function
|
/frameworks/base/media/mca/filterpacks/native/base/ |
D | geometry.h | 88 struct Rect { struct 91 Rect() { in Rect() argument 96 Rect(float x, float y, float width, float height) { in Rect() argument
|
/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 44 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 47 inline Rect(T w, T h) { in Rect() function 59 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 66 inline Rect(const Point& lt, const Point& rb) { in Rect() function 73 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 82 inline explicit Rect(const ui::Size& size) { in Rect() function
|
D | DebugUtils.h | 25 class Rect; variable
|
D | GraphicBufferMapper.h | 39 class Rect; variable
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 44 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 47 inline Rect(T w, T h) { in Rect() function 59 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 66 inline Rect(const Point& lt, const Point& rb) { in Rect() function 73 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 82 inline explicit Rect(const ui::Size& size) { in Rect() function
|
D | DebugUtils.h | 25 class Rect; variable
|
D | GraphicBufferMapper.h | 39 class Rect; variable
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AMessage.h | 189 struct Rect { struct 190 int32_t mLeft, mTop, mRight, mBottom;
|
/frameworks/rs/ |
D | rsFont.h | 52 struct Rect { struct 53 int32_t left; 54 int32_t top; 55 int32_t right; 56 int32_t bottom; 57 void set(int32_t l, int32_t r, int32_t t, int32_t b) { in set()
|
/frameworks/base/libs/hwui/ |
D | Rect.h | 53 inline Rect() : left(0), top(0), right(0), bottom(0) {} in Rect() function 55 inline Rect(float left, float top, float right, float bottom) in Rect() function 58 inline Rect(float width, float height) : left(0.0f), top(0.0f), right(width), bottom(height) {} in Rect() function 60 inline Rect(const SkIRect& rect) // NOLINT(google-explicit-constructor) in Rect() function 67 inline Rect(const SkRect& rect) // NOLINT(google-explicit-constructor) in Rect() function
|
D | RenderNode.h | 52 class Rect; variable
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | YUVCanvas.h | 31 class Rect; variable
|
D | YUVImage.h | 44 class Rect; variable
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | RectMatcher.h | 27 using Rect = android::Rect; variable
|
/frameworks/base/graphics/java/android/graphics/ |
D | Rect.java | 47 public final class Rect implements Parcelable { class 71 public Rect() {} in Rect() method in Rect 83 public Rect(int left, int top, int right, int bottom) { in Rect() method in Rect 97 public Rect(@Nullable Rect r) { in Rect() method in Rect 111 public Rect(@Nullable Insets r) { in Rect() method in Rect
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.h | 38 class Rect; variable
|
D | CanvasContext.h | 53 class Rect; variable
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | FramebufferSurface.h | 33 class Rect; variable
|
/frameworks/av/media/libstagefright/foundation/ |
D | MetaDataBase.cpp | 75 struct MetaDataBase::Rect { struct in android::MetaDataBase 76 int32_t mLeft, mTop, mRight, mBottom;
|
/frameworks/native/services/surfaceflinger/ |
D | ContainerLayer.cpp | 40 const Rect&, int32_t, const ui::Dataspace) {} in setPerFrameData()
|
D | BufferStateLayer.h | 89 bool setCrop_legacy(const Rect& /*crop*/, bool /*immediate*/) override { return false; } in setCrop_legacy()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 272 struct Rect { struct 273 inline Rect() { }; in Rect() argument 274 inline Rect(int32_t w, int32_t h) in Rect() function 276 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) in Rect() argument 278 Rect& andSelf(const Rect& r) { in andSelf() 285 bool isEmpty() const { in isEmpty() 288 void dump(char const* what) { in dump() 293 int32_t left; 294 int32_t top; 295 int32_t right; [all …]
|
/frameworks/native/libs/renderengine/include/renderengine/ |
D | RenderEngine.h | 42 class Rect; variable
|
/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 59 class Rect; variable
|