Home
last modified time | relevance | path

Searched refs:addOval (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/libs/hwui/tests/common/scenes/
H A DTextAnimation.cpp42 path.addOval(SkRect::MakeLTRB(100, 100, 300, 300)); in createContent()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPath.java581 public void addOval(@NonNull RectF oval, @NonNull Direction dir) { in addOval() method in Path
582 addOval(oval.left, oval.top, oval.right, oval.bottom, dir); in addOval()
590 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval() method in Path
H A DOutline.java263 mPath.addOval(left, top, right, bottom, Path.Direction.CW); in setOval()
/aosp12/frameworks/base/libs/hwui/jni/
H A DPath.cpp137 static void addOval(JNIEnv* env, jclass clazz, jlong objHandle, in addOval() function in android::SkPathGlue
142 obj->addOval(oval, dir); in addOval()
526 {"nAddOval","(JFFFFI)V", (void*) SkPathGlue::addOval},
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1053 ringPath.addOval(bounds, Path.Direction.CW);
1054 ringPath.addOval(innerBounds, Path.Direction.CCW);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt6879 HSPLandroid/graphics/Path;->addOval(FFFFLandroid/graphics/Path$Direction;)V
6880 HSPLandroid/graphics/Path;->addOval(Landroid/graphics/RectF;Landroid/graphics/Path$Direction;)V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt15778 …method public void addOval(@NonNull android.graphics.RectF, @NonNull android.graphics.Path.Directi…
15779 … method public void addOval(float, float, float, float, @NonNull android.graphics.Path.Direction);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt11130 method public void addOval(android.graphics.RectF, android.graphics.Path.Direction);
11131 method public void addOval(float, float, float, float, android.graphics.Path.Direction);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt6877 HSPLandroid/graphics/Path;->addOval(FFFFLandroid/graphics/Path$Direction;)V
6878 HSPLandroid/graphics/Path;->addOval(Landroid/graphics/RectF;Landroid/graphics/Path$Direction;)V