/external/skia/src/animator/ |
SkDrawPath.cpp | 155 value->fOperand.fS32 = (int) fPath.getFillType();
|
/external/skia/src/gpu/ |
SkGr.cpp | 168 switch (fCurr->fPath->getFillType()) {
|
SkGpuDevice.cpp | 870 switch (pathPtr->getFillType()) { [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathTest.java | 149 method = "getFillType", 164 assertEquals(expected1, path.getFillType()); 166 assertEquals(expected2, path.getFillType()); 168 assertEquals(expected3, path.getFillType()); 170 assertEquals(expected4, path.getFillType()); 479 assertEquals(expected, path.getFillType());
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 66 static jint getFillType(JNIEnv* env, jobject clazz, SkPath* obj) { 67 return obj->getFillType(); 274 {"native_getFillType","(I)I", (void*) SkPathGlue::getFillType},
|
/external/skia/include/core/ |
SkPath.h | 76 FillType getFillType() const { return (FillType)fFillType; }
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
SkiaUtils.cpp | 203 SkPath::FillType originalFillType = originalPath->getFillType();
|
/external/skia/tests/ |
PathTest.cpp | 190 REPORTER_ASSERT(reporter, p.getFillType() == SkPath::kWinding_FillType);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
PathAndroid.cpp | 99 SkPath::FillType ft = m_path->getFillType(); // save
|
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 131 public FillType getFillType() {
|
/external/skia/src/core/ |
SkScan_Path.cpp | 519 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc);
|
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 271 clipFill = clipPath->getFillType(); 759 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(), [all...] |
SkPDFFont.cpp | 789 SkPDFUtils::PaintPath(paint.getStyle(), path->getFillType(), [all...] |
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |