/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplustypes.h | 157 typedef struct Rect { struct 164 Rect(): X(0), Y(0), Width(0), Height(0) {} in Rect() argument 165 Rect(const Point& location, const Size& size): in Rect() function 168 Rect(INT x, INT y, INT width, INT height): in Rect() argument 171 Rect* Clone() const { in Clone() argument 180 BOOL Contains(const Rect& rect) const { in Contains() argument 185 BOOL Equals(const Rect& rect) const { in Equals() argument 192 VOID GetBounds(Rect *rect) const { in GetBounds() argument 200 INT GetLeft() const { in GetLeft() 203 VOID GetLocation(Point *point) const { in GetLocation() [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/util/ |
D | BorderAnimator.java | 87 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator() 99 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator() 112 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator() 125 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator() 138 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator() 152 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createSimpleBorderAnimator() 163 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createSimpleBorderAnimator() 175 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createSimpleBorderAnimator() 187 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createSimpleBorderAnimator() 199 …kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createSimpleBorderAnimator() [all …]
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/ |
H A D | geometry.h | 71 struct Rect { struct 74 Rect() { in Rect() argument 79 Rect(float x, float y, float width, float height) { in Rect() argument
|
/aosp_15_r20/frameworks/base/media/mca/filterpacks/native/base/ |
H A D | geometry.h | 88 struct Rect { struct 91 Rect() { in Rect() argument 96 Rect(float x, float y, float width, float height) { in Rect() function
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | LayoutResolver.cpp | 29 struct Rect { struct 30 uint32_t id; 31 uint32_t pos_x; 32 uint32_t pos_y; 33 uint32_t width; 34 uint32_t height; 36 bool isChild; 38 std::vector<uint32_t> children; 39 Rect(uint32_t i, uint32_t x, uint32_t y, uint32_t w, uint32_t h) in Rect() function
|
/aosp_15_r20/device/generic/goldfish/camera/ |
D | Rect.h | 25 template <class T> struct Rect { struct 27 Rect(T w, T h) : width(w), height(h) {} in Rect() function 30 bool operator==(const Rect& rhs) const { argument 34 size_t area() const { return size_t(width) * height; } in area()
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ |
D | lib.rs | 390 pub struct Rect { struct 397 impl Rect { implementation 398 pub fn new(left: i32, top: i32, width: u32, height: u32) -> Rect { in new() 408 impl From<bindings::v4l2_rect> for Rect { implementation 419 impl From<bindings::v4l2_selection> for Rect { implementation 436 impl Display for Rect { implementation
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 46 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 49 inline Rect(T w, T h) { in Rect() function 61 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 68 inline Rect(const Point& lt, const Point& rb) { in Rect() function 75 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 84 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 46 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 49 inline Rect(T w, T h) { in Rect() function 61 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 68 inline Rect(const Point& lt, const Point& rb) { in Rect() function 75 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 84 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 46 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 49 inline Rect(T w, T h) { in Rect() function 61 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 68 inline Rect(const Point& lt, const Point& rb) { in Rect() function 75 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 84 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 46 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 49 inline Rect(T w, T h) { in Rect() function 61 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 68 inline Rect(const Point& lt, const Point& rb) { in Rect() function 75 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 84 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 46 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 49 inline Rect(T w, T h) { in Rect() function 61 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 68 inline Rect(const Point& lt, const Point& rb) { in Rect() function 75 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 84 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 46 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 49 inline Rect(T w, T h) { in Rect() function 61 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 68 inline Rect(const Point& lt, const Point& rb) { in Rect() function 75 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 84 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 46 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 49 inline Rect(T w, T h) { in Rect() function 61 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 68 inline Rect(const Point& lt, const Point& rb) { in Rect() function 75 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 84 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 46 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 49 inline Rect(T w, T h) { in Rect() function 61 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 68 inline Rect(const Point& lt, const Point& rb) { in Rect() function 75 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 84 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/frameworks/native/include/ui/ |
H A D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 83 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/frameworks/native/libs/ui/include/ui/ |
H A D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 83 inline explicit Rect(const ui::Size& size) { in Rect() function
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 47 inline Rect() : Rect(INVALID_RECT) {} in Rect() function 50 inline Rect(T w, T h) { in Rect() function 62 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function 69 inline Rect(const Point& lt, const Point& rb) { in Rect() function 76 inline explicit Rect(const FloatRect& floatRect) { in Rect() function 85 inline explicit Rect(const ui::Size& size) { in Rect() function
|