Searched refs:getFillType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DPathTest.java29 final Path.FillType defaultFillType = path.getFillType();
35 assertEquals(path.getFillType(), fillType);
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp67 static jint getFillType(JNIEnv* env, jobject clazz, SkPath* obj) { function in class:android::SkPathGlue
68 return obj->getFillType();
277 {"native_getFillType","(I)I", (void*) SkPathGlue::getFillType},
/frameworks/base/graphics/java/android/graphics/
H A DPath.java83 final FillType fillType = getFillType();
224 public FillType getFillType() { method in class:Path

Completed in 110 milliseconds