Home
last modified time | relevance | path

Searched refs:setFillType (Results 1 – 25 of 71) sorted by relevance

123

/external/skia/tests/
DPathOpsOpTest.cpp34 path.setFillType(SkPath::kWinding_FillType); in cubicOp1d()
38 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp1d()
47 path.setFillType(SkPath::kWinding_FillType); in cubicOp2d()
51 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp2d()
60 path.setFillType(SkPath::kWinding_FillType); in cubicOp3d()
64 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp3d()
73 path.setFillType(SkPath::kWinding_FillType); in cubicOp5d()
77 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp5d()
86 path.setFillType(SkPath::kWinding_FillType); in cubicOp6d()
90 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp6d()
[all …]
DPathOpsSkpTest.cpp13 path.setFillType(SkPath::kEvenOdd_FillType); in skpcheeseandburger_com225()
21 pathB.setFillType(SkPath::kWinding_FillType); in skpcheeseandburger_com225()
374 path.setFillType(SkPath::kEvenOdd_FillType); in skpeverytechpro_blogspot_com100()
398 pathB.setFillType(SkPath::kWinding_FillType); in skpeverytechpro_blogspot_com100()
408 path.setFillType(SkPath::kEvenOdd_FillType); in skpflite_com41()
420 pathB.setFillType(SkPath::kWinding_FillType); in skpflite_com41()
431 path.setFillType(SkPath::kEvenOdd_FillType); in skpilkoora_com37()
453 pathB.setFillType(SkPath::kWinding_FillType); in skpilkoora_com37()
463 path.setFillType(SkPath::kEvenOdd_FillType); in skpmm4everfriends_com43()
475 pathB.setFillType(SkPath::kWinding_FillType); in skpmm4everfriends_com43()
[all …]
DPathOpsBattles.cpp45 path1.setFillType((SkPath::FillType) 0); in issue414409b()
55 path2.setFillType((SkPath::FillType) 1); in issue414409b()
67 path1.setFillType((SkPath::FillType) 1); in issue414409c()
79 path2.setFillType((SkPath::FillType) 0); in issue414409c()
93 path.setFillType((SkPath::FillType) 0); in battleOp1()
103 path.setFillType((SkPath::FillType) 0); in battleOp1()
118 path.setFillType((SkPath::FillType) 1); in battleOp2()
125 path.setFillType((SkPath::FillType) 0); in battleOp2()
140 path.setFillType((SkPath::FillType) 0); in battleOp3()
150 path.setFillType((SkPath::FillType) 0); in battleOp3()
[all …]
DPathOpsBuildUseTest.cpp16 path.setFillType((SkPath::FillType) 0); in build1_1()
31 path.setFillType((SkPath::FillType) 0); in build1_1()
46 path.setFillType((SkPath::FillType) 0); in build1_1()
61 path.setFillType((SkPath::FillType) 0); in build1_1()
76 path.setFillType((SkPath::FillType) 0); in build1_1()
91 path.setFillType((SkPath::FillType) 0); in build1_1()
106 path.setFillType((SkPath::FillType) 0); in build1_1()
121 path.setFillType((SkPath::FillType) 0); in build1_1()
136 path.setFillType((SkPath::FillType) 0); in build1_1()
151 path.setFillType((SkPath::FillType) 0); in build1_1()
[all …]
DPathOpsSimplifyTest.cpp22 path.setFillType(SkPath::kEvenOdd_FillType); in testLine1x()
67 path.setFillType(SkPath::kEvenOdd_FillType); in testLine2x()
82 path.setFillType(SkPath::kEvenOdd_FillType); in testLine3x()
97 path.setFillType(SkPath::kEvenOdd_FillType); in testLine3ax()
112 path.setFillType(SkPath::kEvenOdd_FillType); in testLine3bx()
127 path.setFillType(SkPath::kEvenOdd_FillType); in testLine4x()
142 path.setFillType(SkPath::kEvenOdd_FillType); in testLine5x()
163 path.setFillType(SkPath::kEvenOdd_FillType); in testLine6x()
190 path.setFillType(SkPath::kEvenOdd_FillType); in testLine7x()
213 path.setFillType(SkPath::kEvenOdd_FillType); in testLine7ax()
[all …]
DPathOpsInverseTest.cpp16 one.setFillType((SkPath::FillType) oneFill); in DEF_TEST()
23 two.setFillType((SkPath::FillType) twoFill); in DEF_TEST()
DPathOpsFuzz763Test.cpp14 path.setFillType((SkPath::FillType) 1); in fuzz763_3084()
52 path.setFillType((SkPath::FillType) 0); in fuzz763_3084()
70 path.setFillType((SkPath::FillType) 1); in fuzz763_1823()
107 path.setFillType((SkPath::FillType) 0); in fuzz763_1823()
125 path.setFillType((SkPath::FillType) 1); in fuzz763_378()
201 path.setFillType((SkPath::FillType) 0); in fuzz763_378()
218 path.setFillType((SkPath::FillType) 1); in fuzz763_378b()
228 path.setFillType((SkPath::FillType) 0); in fuzz763_378b()
241 path.setFillType((SkPath::FillType) 1); in fuzz763_378c()
250 path.setFillType((SkPath::FillType) 0); in fuzz763_378c()
[all …]
DPathOpsOpCircleThreadedTest.cpp46 pathA.setFillType((SkPath::FillType) e); in testOpCirclesMain()
49 pathB.setFillType((SkPath::FillType) f); in testOpCirclesMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp40 path.setFillType(SkPath::kWinding_FillType); in testSimplifyQuadralateralsMain()
67 path.setFillType(SkPath::kEvenOdd_FillType); in testSimplifyQuadralateralsMain()
DPathOpsSimplifyDegenerateThreadedTest.cpp38 path.setFillType(SkPath::kWinding_FillType); in testSimplifyDegeneratesMain()
60 path.setFillType(SkPath::kEvenOdd_FillType); in testSimplifyDegeneratesMain()
DPathOpsOpRectThreadedTest.cpp58 pathA.setFillType((SkPath::FillType) e); in testPathOpsRectsMain()
64 pathB.setFillType((SkPath::FillType) f); in testPathOpsRectsMain()
DPathOpsSimplifyTrianglesThreadedTest.cpp41 path.setFillType(SkPath::kWinding_FillType); in testSimplifyTrianglesMain()
64 path.setFillType(SkPath::kEvenOdd_FillType); in testSimplifyTrianglesMain()
DPathOpsSimplifyQuadThreadedTest.cpp40 path.setFillType(SkPath::kWinding_FillType); in testSimplifyQuadsMain()
70 path.setFillType(SkPath::kEvenOdd_FillType); in testSimplifyQuadsMain()
DPathOpsOpCubicThreadedTest.cpp30 pathA.setFillType((SkPath::FillType) e); in testOpCubicsMain()
35 pathB.setFillType((SkPath::FillType) f); in testOpCubicsMain()
DPathOpsBuilderTest.cpp28 rectPath.setFillType(SkPath::kEvenOdd_FillType); in DEF_TEST()
40 rectPath.setFillType(SkPath::kEvenOdd_FillType); in DEF_TEST()
DPathOpsSimplifyFailTest.cpp61 result.setFillType(SkPath::kWinding_FillType); in failOne()
87 result.setFillType(SkPath::kWinding_FillType); in dontFailOne()
/external/skia/src/pathops/
DSkPathOpsSimplify.cpp163 result->setFillType(fillType); in Simplify()
183 result->setFillType(fillType); in Simplify()
201 result->setFillType(fillType); in Simplify()
207 temp.setFillType(fillType); in Simplify()
211 result->setFillType(fillType); in Simplify()
DSkPathOpsOp.cpp273 result->setFillType(fillType); in OpDebug()
292 result->setFillType(fillType); in OpDebug()
297 temp.setFillType(fillType); in OpDebug()
301 result->setFillType(fillType); in OpDebug()
/external/skia/gm/
Dstrokefill.cpp58 path.setFillType(SkPath::kWinding_FillType); in onDraw()
64 path2.setFillType(SkPath::kWinding_FillType); in onDraw()
83 path3.setFillType(SkPath::kWinding_FillType); in onDraw()
92 path4.setFillType(SkPath::kWinding_FillType); in onDraw()
Dcomplexclip.cpp60 path.setFillType(SkPath::kInverseEvenOdd_FillType); in onDraw()
62 path.setFillType(SkPath::kEvenOdd_FillType); in onDraw()
130 clipA.setFillType(doInvA ? SkPath::kInverseEvenOdd_FillType : in onDraw()
132 clipB.setFillType(doInvB ? SkPath::kInverseEvenOdd_FillType : in onDraw()
Dhittestpath.cpp58 path.setFillType(SkPath::kEvenOdd_FillType); in onDraw()
64 path.setFillType(SkPath::kWinding_FillType); in onDraw()
Dcomplexclip3.cpp84 firstClip->setFillType(doInvA ? SkPath::kInverseEvenOdd_FillType : in onDraw()
86 secondClip->setFillType(doInvB ? SkPath::kInverseEvenOdd_FillType : in onDraw()
Dpathopsinverse.cpp71 one.setFillType(oneF); in onDraw()
74 two.setFillType(twoF); in onDraw()
Dinversepaths.cpp125 path.setFillType(SkPath::kInverseWinding_FillType); in onDraw()
128 path.setFillType(SkPath::kWinding_FillType); in onDraw()
/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp50 fPath->setFillType(SkPath::kEvenOdd_FillType); in SetFillMode()
53 fPath->setFillType(SkPath::kWinding_FillType); in SetFillMode()

123