/third_party/skia/tests/ |
H A D | PathOpsAsWindingTest.cpp | 61 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 74 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 80 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 87 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 96 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 105 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 112 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 125 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 171 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
|
H A D | PathOpsSkpTest.cpp | 13 path.setFillType(SkPathFillType::kEvenOdd); in skpcheeseandburger_com225() 374 path.setFillType(SkPathFillType::kEvenOdd); in skpeverytechpro_blogspot_com100() 408 path.setFillType(SkPathFillType::kEvenOdd); in skpflite_com41() 431 path.setFillType(SkPathFillType::kEvenOdd); in skpilkoora_com37() 463 path.setFillType(SkPathFillType::kEvenOdd); in skpmm4everfriends_com43() 486 path.setFillType(SkPathFillType::kEvenOdd); in skpmtrk_uz27() 513 path.setFillType(SkPathFillType::kEvenOdd); in skpfrauen_magazin_com83() 537 path.setFillType(SkPathFillType::kEvenOdd); in skpi_gino_com16() 562 path.setFillType(SkPathFillType::kEvenOdd); in skppchappy_com_au102() 590 path.setFillType(SkPathFillType::kEvenOdd); in skpsciality_com161() [all...] |
H A D | PathOpsOpCircleThreadedTest.cpp | 19 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testOpCirclesMain() 41 e == SkPathFillType::kWinding ? "Winding" : e == SkPathFillType::kEvenOdd in testOpCirclesMain() 46 f == SkPathFillType::kWinding ? "Winding" : f == SkPathFillType::kEvenOdd in testOpCirclesMain()
|
H A D | PathOpsOpCubicThreadedTest.cpp | 19 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testOpCubicsMain() 45 e == SkPathFillType::kWinding ? "Winding" : e == SkPathFillType::kEvenOdd in testOpCubicsMain() 52 f == SkPathFillType::kWinding ? "Winding" : f == SkPathFillType::kEvenOdd in testOpCubicsMain()
|
H A D | PathOpsOpRectThreadedTest.cpp | 26 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testPathOpsRectsMain() 55 e == SkPathFillType::kWinding ? "Winding" : e == SkPathFillType::kEvenOdd in testPathOpsRectsMain() 62 f == SkPathFillType::kWinding ? "Winding" : f == SkPathFillType::kEvenOdd in testPathOpsRectsMain() 116 SkPathFillType::kWinding, SkPathFillType::kEvenOdd, in testPathOpsFastMain()
|
H A D | PathOpsSimplifyQuadThreadedTest.cpp | 66 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyQuadsMain() 68 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadsMain()
|
H A D | PathOpsSimplifyDegenerateThreadedTest.cpp | 55 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyDegeneratesMain() 57 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyDegeneratesMain()
|
H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 68 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyQuadralateralsMain() 70 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadralateralsMain()
|
H A D | PathOpsSimplifyTrianglesThreadedTest.cpp | 58 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyTrianglesMain() 60 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyTrianglesMain()
|
H A D | PathOpsBuilderTest.cpp | 28 rectPath.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 41 rectPath.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 144 pathB.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 307 path.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
|
/third_party/skia/gm/ |
H A D | collapsepaths.cpp | 24 path.setFillType(SkPathFillType::kEvenOdd); in test_collapse1() 73 path.setFillType(SkPathFillType::kEvenOdd); in test_collapse5() 86 path.setFillType(SkPathFillType::kEvenOdd); in test_collapse6() 99 path.setFillType(SkPathFillType::kEvenOdd); in test_collapse7() 112 path.setFillType(SkPathFillType::kEvenOdd); in test_collapse8() 128 path.setFillType(SkPathFillType::kEvenOdd); in test_collapse9()
|
H A D | preservefillrule.cpp | 66 star7_evenOdd.setFillType(SkPathFillType::kEvenOdd); 74 star5_evenOdd.setFillType(SkPathFillType::kEvenOdd);
|
H A D | complexclip3.cpp | 93 SkPathFillType::kEvenOdd); 95 SkPathFillType::kEvenOdd);
|
H A D | pathopsinverse.cpp | 73 : SkPathFillType::kEvenOdd; 76 : SkPathFillType::kEvenOdd;
|
H A D | crbug_788500.cpp | 15 path.setFillType(SkPathFillType::kEvenOdd); in DEF_SIMPLE_GM()
|
H A D | crbug_908646.cpp | 17 path.setFillType(SkPathFillType::kEvenOdd); in DEF_SIMPLE_GM()
|
/third_party/skia/docs/examples/ |
H A D | pathops.cpp | 44 oneFill ? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd; in REG_FIDDLE() 47 twoFill ? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd; in REG_FIDDLE()
|
H A D | Path_getFillType.cpp | 10 path.getFillType() == SkPathFillType::kEvenOdd ? "kEvenOdd" : in REG_FIDDLE()
|
H A D | Path_IsInverseFillType.cpp | 14 nameValue(kEvenOdd), in REG_FIDDLE()
|
H A D | Path_FillType_a.cpp | 17 for (auto fillType : { SkPathFillType::kWinding, SkPathFillType::kEvenOdd, in REG_FIDDLE()
|
H A D | Path_ConvertToNonInverseFillType.cpp | 14 nameValue(kEvenOdd), in REG_FIDDLE()
|
H A D | Canvas_clipPath_3.cpp | 19 path.setFillType(SkPathFillType::kEvenOdd); in REG_FIDDLE()
|
/third_party/skia/src/gpu/ |
H A D | GrDistanceFieldGenFromVector.h | 31 return (SkPathFillType::kEvenOdd == fFillType || in IsDistanceFieldSupportedFillType()
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGPath.cpp | 34 return (ft == SkPathFillType::kWinding || ft == SkPathFillType::kEvenOdd) in onRevalidate()
|
/third_party/skia/include/core/ |
H A D | SkPathTypes.h | 17 kEvenOdd, member in SkPathFillType
|