Home
last modified time | relevance | path

Searched defs:PointF (Results 1 – 25 of 204) sorted by relevance

123456789

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplustypes.h135 typedef struct PointF { struct
140 PointF(): X(0.0f), Y(0.0f) {} in PointF() argument
141 PointF(REAL x, REAL y): X(x), Y(y) {} in PointF() function
142 PointF(const PointF& point): X(point.X), Y(point.Y) {} in PointF() function
143 PointF(const SizeF& size): X(size.Width), Y(size.Height) {} in PointF() function
145 BOOL Equals(const PointF& point) const { in Equals() argument
155 } PointF; typedef
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DPointF.java27 public class PointF implements Parcelable { class
31 public PointF() {} in PointF() method in PointF
33 public PointF(float x, float y) { in PointF() method in PointF
38 public PointF(@NonNull Point p) { in PointF() method in PointF
50 public PointF(@NonNull PointF p) { in PointF() method in PointF
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/
Dpoint_f.h24 constexpr PointF() : x_(0.f), y_(0.f) {} in PointF() function
25 constexpr PointF(float x, float y) : x_(x), y_(y) {} in PointF() function
27 constexpr explicit PointF(const Point& p) in PointF() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/
Dpoint_f.h24 constexpr PointF() : x_(0.f), y_(0.f) {} in PointF() function
25 constexpr PointF(float x, float y) : x_(x), y_(y) {} in PointF() function
27 constexpr explicit PointF(const Point& p) in PointF() function
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dpoint_f.h21 constexpr PointF() : x_(0.f), y_(0.f) {} in PointF() function
22 constexpr PointF(float x, float y) : x_(x), y_(y) {} in PointF() function
24 constexpr explicit PointF(const Point& p) in PointF() function
H A Ddip_util.h14 class PointF; variable
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
H A DRectangleShape.java20 public RectangleShape(String name, AnimatableValue<PointF, PointF> position, in RectangleShape()
H A DCircleShape.java20 public CircleShape(String name, AnimatableValue<PointF, PointF> position, in CircleShape()
H A DPolystarShape.java47 AnimatableValue<PointF, PointF> position, in PolystarShape()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestEventMatchers.h35 struct PointF { struct
38 auto operator<=>(const PointF&) const = default; argument
/aosp_15_r20/hardware/google/camera/common/hal/common/
Dhal_types.h346 struct PointF { struct
347 float x = 0.0f;
348 float y = 0.0f;
/aosp_15_r20/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java632 @Nullable TypeConverter<PointF, ?> converter, Path path) { in ofObject()
723 @Nullable TypeConverter<PointF, V> converter, Path path) { in ofObject()
H A DPropertyValuesHolder.java428 TypeConverter<PointF, ?> converter, Path path) { in ofObject()
513 TypeConverter<PointF, V> converter, Path path) { in ofObject()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
H A DAnimatableTransformParser.java146 private static boolean isPositionIdentity(AnimatableValue<PointF, PointF> position) { in isPositionIdentity()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
H A DAnimatableTransform.java44 @Nullable AnimatableValue<PointF, PointF> position, @Nullable AnimatableScaleValue scale, in AnimatableTransform()
/aosp_15_r20/external/libchrome/ui/gfx/geometry/mojo/
H A Dgeometry_struct_traits_unittest.cc91 TEST_F(GeometryStructTraitsTest, PointF) { in TEST_F() argument
/aosp_15_r20/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomatorhelpers/
H A DBetterSwipe.kt301 private fun PointF.lerp(amount: Float, b: PointF) = in lerp() method
/aosp_15_r20/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
H A DBetterSwipe.kt302 private fun PointF.lerp(amount: Float, b: PointF) = in lerp() method
/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 ...

123456789