Home
last modified time | relevance | path

Searched defs:RectF (Results 1 – 25 of 193) sorted by relevance

12345678

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplustypes.h282 typedef struct RectF { struct
289 RectF(): X(0.0f), Y(0.0f), Width(0.0f), Height(0.0f) {} in RectF() argument
290 RectF(const PointF& location, const SizeF& size): in RectF() argument
293 RectF(REAL x, REAL y, REAL width, REAL height): in RectF() function
296 RectF* Clone() const { in Clone() argument
305 BOOL Contains(const RectF& rect) const { in Contains() argument
310 BOOL Equals(const RectF& rect) const { in Equals() argument
317 VOID GetBounds(RectF *rect) const { in GetBounds() argument
325 REAL GetLeft() const { in GetLeft()
328 VOID GetLocation(PointF *point) const { in GetLocation()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/
Drect_f.h32 constexpr RectF(float width, float height) : size_(width, height) {} in RectF() function
33 constexpr RectF(float x, float y, float width, float height) in RectF() function
35 constexpr explicit RectF(const SizeF& size) : size_(size) {} in RectF() function
36 constexpr RectF(const PointF& origin, const SizeF& size) in RectF() function
39 constexpr explicit RectF(const Rect& r) in RectF() function
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Drect_f.h29 constexpr RectF(float width, float height) : size_(width, height) {} in RectF() function
30 constexpr RectF(float x, float y, float width, float height) in RectF() function
32 constexpr explicit RectF(const SizeF& size) : size_(size) {} in RectF() function
33 constexpr RectF(const PointF& origin, const SizeF& size) in RectF() function
36 constexpr explicit RectF(const Rect& r) in RectF() function
H A Drect_f.cc36 RectF::RectF(const CGRect& r) in RectF() function in gfx::RectF
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/
Drect_f.h32 constexpr RectF(float width, float height) : size_(width, height) {} in RectF() function
33 constexpr RectF(float x, float y, float width, float height) in RectF() function
35 constexpr explicit RectF(const SizeF& size) : size_(size) {} in RectF() function
36 constexpr RectF(const PointF& origin, const SizeF& size) in RectF() function
39 constexpr explicit RectF(const Rect& r) in RectF() function
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DRectF.java36 public class RectF implements Parcelable { class
45 public RectF() {} in RectF() method in RectF
57 public RectF(float left, float top, float right, float bottom) { in RectF() method in RectF
71 public RectF(@Nullable RectF r) { in RectF() method in RectF
82 public RectF(@Nullable Rect r) { in RectF() method in RectF
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
H A DUtils.kt40 fun RectF.crop(crop: RectF): RectF { in emptyColor() method
48 fun RectF.containsWithThreshold(r: RectF, threshold: Float = 0.01f): Boolean { in RectF() method
/aosp_15_r20/external/libchrome/ui/gfx/geometry/mojo/
H A Dgeometry_struct_traits_unittest.cc139 TEST_F(GeometryStructTraitsTest, RectF) { in TEST_F() argument
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DBackPanel.kt531 private fun RectF.toPathWithRoundCorners( in RectF() method
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java418 final Function<RectF, T> packer) { in mergeRectangleIntoList()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-29/
Dframework.jarcom/android/server/usage/AppStandbyInternal.class AppStandbyInternal.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar29META-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/tools/common/api-versions/android-1/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest ...
/aosp_15_r20/prebuilts/tools/common/api-versions/android-2/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest ...
/aosp_15_r20/prebuilts/sdk/7/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml junit/ junit/runner ...
/aosp_15_r20/prebuilts/sdk/4/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF resources.arsc com/ com/android ...
/aosp_15_r20/prebuilts/tools/common/api-versions/android-3/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest ...
/aosp_15_r20/prebuilts/sdk/5/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/crypto/ javax/ ...
/aosp_15_r20/prebuilts/sdk/6/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/sdk/8/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/xml/ org/ ...
/aosp_15_r20/prebuilts/sdk/10/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...
/aosp_15_r20/prebuilts/sdk/9/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/sounds/ assets/ ...
/aosp_15_r20/prebuilts/sdk/12/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml dalvik/ dalvik/bytecode ...
/aosp_15_r20/prebuilts/sdk/13/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF java/ java/util/ java/ ...
/aosp_15_r20/prebuilts/sdk/11/public/
HDandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/sounds/ assets/ ...

12345678