Searched defs:getFillType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp78 static jint getFillType(JNIEnv* env, jobject clazz, jlong objHandle) { function in class:android::SkPathGlue
80 return obj->getFillType();
480 {"native_getFillType","(J)I", (void*) SkPathGlue::getFillType},
/frameworks/base/graphics/java/android/graphics/
H A DPath.java79 final FillType fillType = getFillType();
245 public FillType getFillType() { method in class:Path
/frameworks/base/libs/hwui/
H A DVectorDrawable.h307 float getFillType() const { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java183 properties.putInt(VFullPath_Delegate.FILL_TYPE_INDEX * 4, path.getFillType());
771 private int getFillType() { method in class:VectorDrawable_Delegate.VFullPath_Delegate

Completed in 1015 milliseconds