Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 25 of 841) sorted by relevance

12345678910>>...34

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplustypes.h157 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/
DBorderAnimator.java87kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator()
99kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator()
112kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator()
125kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator()
138kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createScalingBorderAnimator()
152kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createSimpleBorderAnimator()
163kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createSimpleBorderAnimator()
175kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createSimpleBorderAnimator()
187kotlin.jvm.functions.Function1<? super android.graphics.Rect, kotlin.Unit> boundsBuilder, @org.jet… in createSimpleBorderAnimator()
199kotlin.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 Dgeometry.h71 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 Dgeometry.h88 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/
DLayoutResolver.cpp29 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/
DRect.h25 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/
Dlib.rs390 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/
DRect.h46 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/
DRect.h46 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/
DRect.h46 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/
DRect.h46 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/
DRect.h46 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/
DRect.h46 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/
DRect.h46 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/
DRect.h46 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/
DRect.h47 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/
DRect.h47 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/
DRect.h47 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/
DRect.h47 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 DRect.h47 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/
DRect.h47 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/
DRect.h47 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/
DRect.h47 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 DRect.h47 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/
DRect.h47 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

12345678910>>...34