Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/
DPathTest.java29 final Path.FillType defaultFillType = path.getFillType(); in testResetPreservesFillType()
35 assertEquals(path.getFillType(), fillType); in testResetPreservesFillType()
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPathPerfTest.java99 path.getFillType(); in testGetSetFillType()
/frameworks/base/core/jni/android/graphics/
DPath.cpp498 static jint getFillType(jlong objHandle) { in getFillType() function in android::SkPathGlue
500 return obj->getFillType(); in getFillType()
551 {"nGetFillType","(J)I", (void*) SkPathGlue::getFillType},
/frameworks/base/graphics/java/android/graphics/
DPath.java96 final FillType fillType = getFillType(); in reset()
263 public FillType getFillType() { in getFillType() method in Path
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java208 properties.putInt(VFullPath_Delegate.FILL_TYPE_INDEX * 4, path.getFillType()); in nGetFullPathProperties()
809 private int getFillType() { in getFillType() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.h280 float getFillType() const { return mPrimitiveFields.fillType; } in getFillType() function
DVectorDrawable.cpp132 SkPath::FillType ft = static_cast<SkPath::FillType>(properties.getFillType()); in getUpdatedPath()
/frameworks/base/config/
Dboot-image-profile.txt5901 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11147 method public android.graphics.Path.FillType getFillType();
/frameworks/base/api/
Dcurrent.txt14673 method @NonNull public android.graphics.Path.FillType getFillType();