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.java30 final Path.FillType defaultFillType = path.getFillType(); in testResetPreservesFillType()
36 assertEquals(path.getFillType(), fillType); in testResetPreservesFillType()
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPathPerfTest.java98 path.getFillType(); in testGetSetFillType()
/frameworks/base/graphics/java/android/graphics/
DPath.java84 final FillType fillType = getFillType(); in reset()
250 public FillType getFillType() { in getFillType() method in Path
/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/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java196 properties.putInt(VFullPath_Delegate.FILL_TYPE_INDEX * 4, path.getFillType()); in nGetFullPathProperties()
797 private int getFillType() { in getFillType() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp131 SkPath::FillType ft = static_cast<SkPath::FillType>(properties.getFillType()); in getUpdatedPath()
DVectorDrawable.h308 float getFillType() const { in getFillType() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11147 method public android.graphics.Path.FillType getFillType();
/frameworks/base/api/
Dcurrent.txt13376 method public android.graphics.Path.FillType getFillType();
Dsystem-current.txt14156 method public android.graphics.Path.FillType getFillType();