Home
last modified time | relevance | path

Searched refs:kEvenOdd (Results 1 – 25 of 105) sorted by relevance

12345

/aosp_15_r20/external/skia/tests/
H A DPathOpsSkpTest.cpp21 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 DPathOpsSimplifyTest.cpp66 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 DPathOpsAsWindingTest.cpp450 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 DPathOpsOpRectThreadedTest.cpp36 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 DPathOpsOpCircleThreadedTest.cpp28 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 DPathOpsOpTest.cpp470 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 DPathOpsOpCubicThreadedTest.cpp27 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 DPathOpsBuilderTest.cpp31 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 DPathOpsSimplifyQuadThreadedTest.cpp72 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyQuadsMain()
74 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadsMain()
H A DPathOpsSimplifyDegenerateThreadedTest.cpp61 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyDegeneratesMain()
63 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyDegeneratesMain()
H A DPathOpsSimplifyTrianglesThreadedTest.cpp64 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyTrianglesMain()
66 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyTrianglesMain()
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp74 path.setFillType(SkPathFillType::kEvenOdd); in testSimplifyQuadralateralsMain()
76 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadralateralsMain()
/aosp_15_r20/external/skia/gm/
H A Dcollapsepaths.cpp24 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 Dpreservefillrule.cpp59 star7_evenOdd.setFillType(SkPathFillType::kEvenOdd); in onDraw()
67 star5_evenOdd.setFillType(SkPathFillType::kEvenOdd); in onDraw()
H A Dcomplexclip3.cpp93 SkPathFillType::kEvenOdd); in onDraw()
95 SkPathFillType::kEvenOdd); in onDraw()
H A Dpathopsinverse.cpp69 : SkPathFillType::kEvenOdd; in onDraw()
72 : SkPathFillType::kEvenOdd; in onDraw()
H A Dcomplexclip.cpp79 path.setFillType(SkPathFillType::kEvenOdd); in onDraw()
131 SkPathFillType::kEvenOdd); in onDraw()
133 SkPathFillType::kEvenOdd); in onDraw()
H A Dcubicpaths.cpp151 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw()
270 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw()
398 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw()
H A Dquadpaths.cpp59 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw()
186 {SkPathFillType::kEvenOdd, "Even / Odd"}, in onDraw()
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_fillrenderoptions.h19 kEvenOdd = 1, enumerator
27 return CFX_FillRenderOptions(FillType::kEvenOdd); in EvenOddOptions()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pathobject.h43 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 Dpathops.cpp44 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 DShape.cpp287 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 DGrTypesPriv.h179 kEvenOdd enumerator
187 case SkPathFillType::kEvenOdd: in GrFillRuleForPathFillType()
189 return GrFillRule::kEvenOdd; in GrFillRuleForPathFillType()
/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGTypes.h346 kEvenOdd, enumerator
363 return fType == Type::kEvenOdd ? SkPathFillType::kEvenOdd : SkPathFillType::kWinding; in asFillType()

12345