Home
last modified time | relevance | path

Searched refs:setFillType (Results 1 - 25 of 116) sorted by relevance

12345

/third_party/skia/tests/
H A DPathOpsAsWindingTest.cpp61 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
69 test.setFillType(SkPathFillType::kWinding); in DEF_TEST()
74 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
80 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
83 test.setFillType(SkPathFillType::kWinding); in DEF_TEST()
87 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
90 test.setFillType(SkPathFillType::kWinding); in DEF_TEST()
96 test.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
99 test.setFillType(SkPathFillType::kWinding); in DEF_TEST()
105 test.setFillType(SkPathFillTyp in DEF_TEST()
[all...]
H A DPathOpsOpTest.cpp35 path.setFillType(SkPathFillType::kWinding); in cubicOp1d()
39 pathB.setFillType(SkPathFillType::kWinding); in cubicOp1d()
48 path.setFillType(SkPathFillType::kWinding); in cubicOp2d()
52 pathB.setFillType(SkPathFillType::kWinding); in cubicOp2d()
61 path.setFillType(SkPathFillType::kWinding); in cubicOp3d()
65 pathB.setFillType(SkPathFillType::kWinding); in cubicOp3d()
74 path.setFillType(SkPathFillType::kWinding); in cubicOp5d()
78 pathB.setFillType(SkPathFillType::kWinding); in cubicOp5d()
87 path.setFillType(SkPathFillType::kWinding); in cubicOp6d()
91 pathB.setFillType(SkPathFillTyp in cubicOp6d()
[all...]
H A DPathOpsSkpTest.cpp13 path.setFillType(SkPathFillType::kEvenOdd); in skpcheeseandburger_com225()
21 pathB.setFillType(SkPathFillType::kWinding); in skpcheeseandburger_com225()
374 path.setFillType(SkPathFillType::kEvenOdd); in skpeverytechpro_blogspot_com100()
398 pathB.setFillType(SkPathFillType::kWinding); in skpeverytechpro_blogspot_com100()
408 path.setFillType(SkPathFillType::kEvenOdd); in skpflite_com41()
420 pathB.setFillType(SkPathFillType::kWinding); in skpflite_com41()
431 path.setFillType(SkPathFillType::kEvenOdd); in skpilkoora_com37()
453 pathB.setFillType(SkPathFillType::kWinding); in skpilkoora_com37()
463 path.setFillType(SkPathFillType::kEvenOdd); in skpmm4everfriends_com43()
475 pathB.setFillType(SkPathFillTyp in skpmm4everfriends_com43()
[all...]
H A DPathOpsBattles.cpp45 path1.setFillType((SkPathFillType) 0); in issue414409b()
55 path2.setFillType((SkPathFillType) 1); in issue414409b()
67 path1.setFillType((SkPathFillType) 1); in issue414409c()
79 path2.setFillType((SkPathFillType) 0); in issue414409c()
93 path.setFillType((SkPathFillType) 0); in battleOp1()
103 path.setFillType((SkPathFillType) 0); in battleOp1()
118 path.setFillType((SkPathFillType) 1); in battleOp2()
125 path.setFillType((SkPathFillType) 0); in battleOp2()
140 path.setFillType((SkPathFillType) 0); in battleOp3()
150 path.setFillType((SkPathFillTyp in battleOp3()
[all...]
H A DPathOpsBuildUseTest.cpp72 path.setFillType((SkPathFillType) 0); in build1_1()
87 path.setFillType((SkPathFillType) 0); in build1_1()
102 path.setFillType((SkPathFillType) 0); in build1_1()
117 path.setFillType((SkPathFillType) 0); in build1_1()
132 path.setFillType((SkPathFillType) 0); in build1_1()
147 path.setFillType((SkPathFillType) 0); in build1_1()
162 path.setFillType((SkPathFillType) 0); in build1_1()
177 path.setFillType((SkPathFillType) 0); in build1_1()
192 path.setFillType((SkPathFillType) 0); in build1_1()
207 path.setFillType((SkPathFillTyp in build1_1()
[all...]
H A DPathOpsInverseTest.cpp21 one.setFillType(oneFill); in DEF_TEST()
26 two.setFillType(twoFill); in DEF_TEST()
H A DPathOpsBuilderTest.cpp28 rectPath.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
41 rectPath.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
141 path.setFillType(SkPathFillType::kWinding); in DEF_TEST()
144 pathB.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
307 path.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
314 path.setFillType(SkPathFillType::kWinding); in DEF_TEST()
H A DPathOpsOpRectThreadedTest.cpp36 pathA.setFillType((SkPathFillType) e); in testPathOpsRectsMain()
42 pathB.setFillType((SkPathFillType) f); in testPathOpsRectsMain()
54 pathStr.appendf(" path.setFillType(SkPathFillType::k%s);\n", in testPathOpsRectsMain()
61 pathStr.appendf(" pathB.setFillType(SkPathFillType::k%s);\n", in testPathOpsRectsMain()
129 pathA.setFillType(e); in testPathOpsFastMain()
135 pathB.setFillType(f); in testPathOpsFastMain()
148 pathStr.appendf(" path.setFillType(SkPathFillType::k%s);\n", fillTypeStr[(int)e]); in testPathOpsFastMain()
153 pathStr.appendf(" path.setFillType(SkPathFillType::k%s);\n", fillTypeStr[(int)f]); in testPathOpsFastMain()
H A DPathOpsOpCircleThreadedTest.cpp29 pathA.setFillType(e); in testOpCirclesMain()
32 pathB.setFillType(f); in testOpCirclesMain()
40 pathStr.appendf(" path.setFillType(SkPathFillType::k%s);\n", in testOpCirclesMain()
45 pathStr.appendf(" pathB.setFillType(SkPathFillType::k%s);\n", in testOpCirclesMain()
H A DPathOpsOpCubicThreadedTest.cpp29 pathA.setFillType((SkPathFillType) e); in testOpCubicsMain()
34 pathB.setFillType((SkPathFillType) f); in testOpCubicsMain()
44 pathStr.appendf(" path.setFillType(SkPathFillType::k%s);\n", in testOpCubicsMain()
51 pathStr.appendf(" pathB.setFillType(SkPathFillType::k%s);\n", in testOpCubicsMain()
/third_party/skia/gm/
H A Dpreservefillrule.cpp62 star7_winding.setFillType(SkPathFillType::kWinding);
66 star7_evenOdd.setFillType(SkPathFillType::kEvenOdd);
70 star5_winding.setFillType(SkPathFillType::kWinding);
74 star5_evenOdd.setFillType(SkPathFillType::kEvenOdd);
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 Dhittestpath.cpp63 b.setFillType(SkPathFillType::kEvenOdd); in DEF_SIMPLE_GM_CAN_FAIL()
71 path.setFillType(SkPathFillType::kWinding); in DEF_SIMPLE_GM_CAN_FAIL()
H A Dlargeclippedpath.cpp19 clip.setFillType(SkPathFillType::kWinding); in draw_clipped_flower()
30 flower.setFillType(fillType); in draw_clipped_flower()
/third_party/skia/fuzz/
H A DFuzzPathop.cpp30 path.setFillType(ft); in DEF_FUZZ()
46 path.setFillType(ft); in DEF_FUZZ()
62 path.setFillType(ft); in DEF_FUZZ()
67 path.setFillType(ft); in DEF_FUZZ()
88 path.setFillType(ft); in DEF_FUZZ()
104 path.setFillType(ft); in DEF_FUZZ()
/third_party/skia/modules/androidkit/src/
H A DPathBuilder.cpp64 pathBuilder->setFillType(SkPathFillType::kWinding); in PathBuilder_SetFillType()
67 pathBuilder->setFillType(SkPathFillType::kEvenOdd); in PathBuilder_SetFillType()
70 pathBuilder->setFillType(SkPathFillType::kInverseWinding); in PathBuilder_SetFillType()
73 pathBuilder->setFillType(SkPathFillType::kInverseEvenOdd); in PathBuilder_SetFillType()
/third_party/skia/docs/examples/
H A DCanvas_clipPath_3.cpp13 path.setFillType(SkPathFillType::kWinding); in REG_FIDDLE()
19 path.setFillType(SkPathFillType::kEvenOdd); in REG_FIDDLE()
H A DCanvas_clipPath_2.cpp12 path.setFillType(SkPathFillType::kWinding); in REG_FIDDLE()
18 path.setFillType(SkPathFillType::kEvenOdd); in REG_FIDDLE()
H A DCanvas_clipPath.cpp11 path.setFillType(SkPathFillType::kInverseWinding); in REG_FIDDLE()
17 path.setFillType(SkPathFillType::kWinding); in REG_FIDDLE()
H A DRegion_op_6.cpp12 xPath.setFillType(SkPathFillType::kInverseWinding); in REG_FIDDLE()
14 opPath.setFillType(SkPathFillType::kInverseWinding); in REG_FIDDLE()
/third_party/skia/modules/svg/src/
H A DSkSVGPoly.cpp35 fPath.setFillType(fillType); in onDraw()
43 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
H A DSkSVGPath.cpp31 path.setFillType(fillType); in onDraw()
38 path.setFillType(ctx.presentationContext().fInherited.fClipRule->asFillType()); in onAsPath()
/third_party/skia/modules/sksg/include/
H A DSkSGPath.h37 void setFillType(SkPathFillType fillType) { in setFillType() function in sksg::Path
39 fPath.setFillType(fillType); in setFillType()
/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp51 path->setFillType(fillType); in FixWinding()
90 path->setFillType(fillType); in FixWinding()
107 path->setFillType(fillType); in FixWinding()
H A DSkPathOpsSimplify.cpp149 result->setFillType(fillType); in SimplifyDebug()
179 result->setFillType(fillType); in SimplifyDebug()
204 result->setFillType(fillType); in SimplifyDebug()

Completed in 21 milliseconds

12345