Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPathPerfTest.java99 path.getFillType(); in testGetSetFillType()
/frameworks/base/graphics/java/android/graphics/
DPath.java80 final FillType fillType = getFillType(); in reset()
243 public FillType getFillType() { in getFillType() method in Path
/frameworks/base/libs/hwui/jni/
DPath.cpp522 static jint getFillType(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in getFillType() function in android::SkPathGlue
524 return static_cast<int>(obj->getFillType()); in getFillType()
580 {"nGetFillType", "(J)I", (void*)SkPathGlue::getFillType},
/frameworks/base/libs/hwui/
DVectorDrawable.cpp135 outPath->setFillType(static_cast<SkPathFillType>(properties.getFillType())); in getUpdatedPath()
DVectorDrawable.h281 float getFillType() const { return mPrimitiveFields.fillType; } in getFillType() function
/frameworks/base/boot/
Dboot-image-profile.txt6545 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/config/
Dboot-image-profile.txt6548 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
/frameworks/base/core/api/
Dcurrent.txt16726 method @NonNull public android.graphics.Path.FillType getFillType();