/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsSkpTest.cpp | 21 path.setFillType(SkPathFillType::kEvenOdd); in skpcheeseandburger_com225() 382 path.setFillType(SkPathFillType::kEvenOdd); in skpeverytechpro_blogspot_com100() 416 path.setFillType(SkPathFillType::kEvenOdd); in skpflite_com41() 439 path.setFillType(SkPathFillType::kEvenOdd); in skpilkoora_com37() 471 path.setFillType(SkPathFillType::kEvenOdd); in skpmm4everfriends_com43() 494 path.setFillType(SkPathFillType::kEvenOdd); in skpmtrk_uz27() 521 path.setFillType(SkPathFillType::kEvenOdd); in skpfrauen_magazin_com83() 545 path.setFillType(SkPathFillType::kEvenOdd); in skpi_gino_com16() 570 path.setFillType(SkPathFillType::kEvenOdd); in skppchappy_com_au102() 598 path.setFillType(SkPathFillType::kEvenOdd); in skpsciality_com161() [all …]
|
H A D | PathOpsSimplifyTest.cpp | 66 path.setFillType(SkPathFillType::kEvenOdd); in testLine1x() 111 path.setFillType(SkPathFillType::kEvenOdd); in testLine2x() 126 path.setFillType(SkPathFillType::kEvenOdd); in testLine3x() 141 path.setFillType(SkPathFillType::kEvenOdd); in testLine3ax() 156 path.setFillType(SkPathFillType::kEvenOdd); in testLine3bx() 171 path.setFillType(SkPathFillType::kEvenOdd); in testLine4x() 186 path.setFillType(SkPathFillType::kEvenOdd); in testLine5x() 207 path.setFillType(SkPathFillType::kEvenOdd); in testLine6x() 234 path.setFillType(SkPathFillType::kEvenOdd); in testLine7x() 257 path.setFillType(SkPathFillType::kEvenOdd); in testLine7ax() [all …]
|
H A D | PathOpsAsWindingTest.cpp | 450 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 463 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 469 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 476 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 485 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 494 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 501 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 514 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 560 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
|
H A D | PathOpsOpRectThreadedTest.cpp | 36 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testPathOpsRectsMain() 65 e == SkPathFillType::kWinding ? "Winding" : e == SkPathFillType::kEvenOdd in testPathOpsRectsMain() 72 f == SkPathFillType::kWinding ? "Winding" : f == SkPathFillType::kEvenOdd in testPathOpsRectsMain() 126 SkPathFillType::kWinding, SkPathFillType::kEvenOdd, in testPathOpsFastMain()
|
H A D | PathOpsOpCircleThreadedTest.cpp | 28 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testOpCirclesMain() 50 e == SkPathFillType::kWinding ? "Winding" : e == SkPathFillType::kEvenOdd in testOpCirclesMain() 55 f == SkPathFillType::kWinding ? "Winding" : f == SkPathFillType::kEvenOdd in testOpCirclesMain()
|
H A D | PathOpsOpTest.cpp | 470 pathB.setFillType(SkPathFillType::kEvenOdd); in testOp2d() 511 path.setFillType(SkPathFillType::kEvenOdd); in testOp5d() 514 pathB.setFillType(SkPathFillType::kEvenOdd); in testOp5d() 522 path.setFillType(SkPathFillType::kEvenOdd); in testOp6d() 533 path.setFillType(SkPathFillType::kEvenOdd); in testOp7d() 536 pathB.setFillType(SkPathFillType::kEvenOdd); in testOp7d() 544 path.setFillType(SkPathFillType::kEvenOdd); in testOp2u() 1227 path.setFillType(SkPathFillType::kEvenOdd); in skp1() 1261 path.setFillType(SkPathFillType::kEvenOdd); in skp2() 1281 path.setFillType(SkPathFillType::kEvenOdd); in skp3() [all …]
|
H A D | PathOpsOpCubicThreadedTest.cpp | 27 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testOpCubicsMain() 53 e == SkPathFillType::kWinding ? "Winding" : e == SkPathFillType::kEvenOdd in testOpCubicsMain() 60 f == SkPathFillType::kWinding ? "Winding" : f == SkPathFillType::kEvenOdd in testOpCubicsMain()
|
H A D | PathOpsBuilderTest.cpp | 31 rectPath.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 44 rectPath.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 147 pathB.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST() 310 path.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
|
H A D | PathOpsSimplifyQuadThreadedTest.cpp | 72 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyQuadsMain() 74 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadsMain()
|
H A D | PathOpsSimplifyDegenerateThreadedTest.cpp | 61 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyDegeneratesMain() 63 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyDegeneratesMain()
|
H A D | PathOpsSimplifyTrianglesThreadedTest.cpp | 64 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyTrianglesMain() 66 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyTrianglesMain()
|
H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 74 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyQuadralateralsMain() 76 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadralateralsMain()
|
/aosp_15_r20/external/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 | 59 star7_evenOdd.setFillType(SkPathFillType::kEvenOdd); in onDraw() 67 star5_evenOdd.setFillType(SkPathFillType::kEvenOdd); in onDraw()
|
H A D | complexclip3.cpp | 93 SkPathFillType::kEvenOdd); in onDraw() 95 SkPathFillType::kEvenOdd); in onDraw()
|
H A D | pathopsinverse.cpp | 69 : SkPathFillType::kEvenOdd; in onDraw() 72 : SkPathFillType::kEvenOdd; in onDraw()
|
H A D | complexclip.cpp | 79 path.setFillType(SkPathFillType::kEvenOdd); in onDraw() 131 SkPathFillType::kEvenOdd); in onDraw() 133 SkPathFillType::kEvenOdd); in onDraw()
|
H A D | cubicpaths.cpp | 151 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw() 270 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw() 398 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw()
|
H A D | quadpaths.cpp | 59 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw() 186 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw()
|
/aosp_15_r20/external/pdfium/core/fxge/ |
H A D | cfx_fillrenderoptions.h | 19 kEvenOdd = 1, enumerator 27 return CFX_FillRenderOptions(FillType::kEvenOdd); in EvenOddOptions()
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_pathobject.h | 43 return m_FillType == CFX_FillRenderOptions::FillType::kEvenOdd; in has_alternate_filltype() 52 m_FillType = CFX_FillRenderOptions::FillType::kEvenOdd; in set_alternate_filltype()
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | pathops.cpp | 44 oneFill ? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd; in draw() 47 twoFill ? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd; in draw()
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Shape.cpp | 287 case SkPathFillType::kEvenOdd: in noninverted_fill_type() 289 return SkPathFillType::kEvenOdd; in noninverted_fill_type()
|
/aosp_15_r20/external/skia/include/private/gpu/ganesh/ |
H A D | GrTypesPriv.h | 179 kEvenOdd enumerator 187 case SkPathFillType::kEvenOdd: in GrFillRuleForPathFillType() 189 return GrFillRule::kEvenOdd; in GrFillRuleForPathFillType()
|
/aosp_15_r20/external/skia/modules/svg/include/ |
H A D | SkSVGTypes.h | 346 kEvenOdd, enumerator 363 return fType == Type::kEvenOdd ? SkPathFillType::kEvenOdd : SkPathFillType::kWinding; in asFillType()
|