Home
last modified time | relevance | path

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

123

/external/skqp/tests/
DPathOpsOpTest.cpp35 path.setFillType(SkPath::kWinding_FillType); in cubicOp1d()
39 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp1d()
48 path.setFillType(SkPath::kWinding_FillType); in cubicOp2d()
52 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp2d()
61 path.setFillType(SkPath::kWinding_FillType); in cubicOp3d()
65 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp3d()
74 path.setFillType(SkPath::kWinding_FillType); in cubicOp5d()
78 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp5d()
87 path.setFillType(SkPath::kWinding_FillType); in cubicOp6d()
91 pathB.setFillType(SkPath::kWinding_FillType); in cubicOp6d()
[all …]
DPathOpsAsWindingTest.cpp64 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in DEF_TEST()
69 test.setFillType(SkPath::kWinding_FillType); in DEF_TEST()
83 test.setFillType(SkPath::kWinding_FillType); in DEF_TEST()
90 test.setFillType(SkPath::kWinding_FillType); in DEF_TEST()
99 test.setFillType(SkPath::kWinding_FillType); in DEF_TEST()
108 test.setFillType(SkPath::kWinding_FillType); in DEF_TEST()
135 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in DEF_TEST()
151 REPORTER_ASSERT(reporter, original.getFillType() == SkPath::kWinding_FillType); in DEF_TEST()
173 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in DEF_TEST()
DPathOpsOpCircleThreadedTest.cpp25 for (int e = SkPath::kWinding_FillType ; e <= SkPath::kEvenOdd_FillType; ++e) { in testOpCirclesMain()
26 for (int f = SkPath::kWinding_FillType ; f <= SkPath::kEvenOdd_FillType; ++f) { in testOpCirclesMain()
40 e == SkPath::kWinding_FillType ? "Winding" : e == SkPath::kEvenOdd_FillType in testOpCirclesMain()
45 f == SkPath::kWinding_FillType ? "Winding" : f == SkPath::kEvenOdd_FillType in testOpCirclesMain()
DPathOpsSkpTest.cpp21 pathB.setFillType(SkPath::kWinding_FillType); in skpcheeseandburger_com225()
398 pathB.setFillType(SkPath::kWinding_FillType); in skpeverytechpro_blogspot_com100()
420 pathB.setFillType(SkPath::kWinding_FillType); in skpflite_com41()
453 pathB.setFillType(SkPath::kWinding_FillType); in skpilkoora_com37()
475 pathB.setFillType(SkPath::kWinding_FillType); in skpmm4everfriends_com43()
498 pathB.setFillType(SkPath::kWinding_FillType); in skpmtrk_uz27()
548 pathB.setFillType(SkPath::kWinding_FillType); in skpi_gino_com16()
638 pathB.setFillType(SkPath::kWinding_FillType); in skpsudoestenegocios_com186()
658 pathB.setFillType(SkPath::kWinding_FillType); in skpthesuburbanite_com213()
681 pathB.setFillType(SkPath::kWinding_FillType); in skphostloco_com11()
[all …]
DPathOpsOpRectThreadedTest.cpp32 for (int e = SkPath::kWinding_FillType ; e <= SkPath::kEvenOdd_FillType; ++e) { in testPathOpsRectsMain()
33 for (int f = SkPath::kWinding_FillType ; f <= SkPath::kEvenOdd_FillType; ++f) { in testPathOpsRectsMain()
54 e == SkPath::kWinding_FillType ? "Winding" : e == SkPath::kEvenOdd_FillType in testPathOpsRectsMain()
61 f == SkPath::kWinding_FillType ? "Winding" : f == SkPath::kEvenOdd_FillType in testPathOpsRectsMain()
121 for (int e = SkPath::kWinding_FillType; e <= SkPath::kInverseEvenOdd_FillType; ++e) { in testPathOpsFastMain()
122 for (int f = SkPath::kWinding_FillType; f <= SkPath::kInverseEvenOdd_FillType; ++f) { in testPathOpsFastMain()
DPathOpsOpCubicThreadedTest.cpp28 for (int e = SkPath::kWinding_FillType ; e <= SkPath::kEvenOdd_FillType; ++e) { in testOpCubicsMain()
29 for (int f = SkPath::kWinding_FillType ; f <= SkPath::kEvenOdd_FillType; ++f) { in testOpCubicsMain()
47 e == SkPath::kWinding_FillType ? "Winding" : e == SkPath::kEvenOdd_FillType in testOpCubicsMain()
54 f == SkPath::kWinding_FillType ? "Winding" : f == SkPath::kEvenOdd_FillType in testOpCubicsMain()
DPathOpsInverseTest.cpp13 for (int oneFill = SkPath::kWinding_FillType; oneFill <= SkPath::kInverseEvenOdd_FillType; in DEF_TEST()
19 for (int twoFill = SkPath::kWinding_FillType; in DEF_TEST()
DPathOpsSimplifyFailTest.cpp62 result.setFillType(SkPath::kWinding_FillType); in failOne()
66 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in failOne()
88 result.setFillType(SkPath::kWinding_FillType); in dontFailOne()
91 REPORTER_ASSERT(reporter, result.getFillType() != SkPath::kWinding_FillType); in dontFailOne()
220 path.setFillType(SkPath::kWinding_FillType); in fuzz_x3()
232 path.setFillType(SkPath::kWinding_FillType); in fuzz_k1()
DPathOpsSimplifyDegenerateThreadedTest.cpp35 path.setFillType(SkPath::kWinding_FillType); in testSimplifyDegeneratesMain()
53 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplifyDegeneratesMain()
DPathOpsSimplifyTrianglesThreadedTest.cpp38 path.setFillType(SkPath::kWinding_FillType); in testSimplifyTrianglesMain()
56 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplifyTrianglesMain()
DPathOpsSimplifyQuadThreadedTest.cpp39 path.setFillType(SkPath::kWinding_FillType); in testSimplifyQuadsMain()
64 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplifyQuadsMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp39 path.setFillType(SkPath::kWinding_FillType); in testSimplifyQuadralateralsMain()
66 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplifyQuadralateralsMain()
DPathOpsSimplifyRectThreadedTest.cpp42 path.setFillType(SkPath::kWinding_FillType); in testSimplify4x4RectsMain()
171 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplify4x4RectsMain()
/external/skqp/gm/
Dstrokefill.cpp276 path.setFillType(SkPath::kWinding_FillType);
282 path2.setFillType(SkPath::kWinding_FillType);
301 path3.setFillType(SkPath::kWinding_FillType);
310 path4.setFillType(SkPath::kWinding_FillType);
Dhittestpath.cpp57 path.setFillType(SkPath::kWinding_FillType);
Dfilltypes.cpp55 showPath(canvas, 0, 0, SkPath::kWinding_FillType, in showFour()
Dpathinterior.cpp76 … path.setFillType(doEvenOdd ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType); in onDraw()
Dquadpaths.cpp52 {SkPath::kWinding_FillType, "Winding"}, in onDraw()
182 {SkPath::kWinding_FillType, "Winding"}, in onDraw()
/external/skqp/modules/sksg/src/
DSkSGPath.cpp30 return (ft == SkPath::kWinding_FillType || ft == SkPath::kEvenOdd_FillType) in onRevalidate()
/external/skqp/src/gpu/
DGrPath.h27 , fFillType(GrPathRendering::kWinding_FillType) in GrPath()
DGrPathRendering.cpp21 case GrPathRendering::kWinding_FillType: { in GetStencilPassSettings()
DGrPathRendering.h71 kWinding_FillType, enumerator
/external/skqp/samplecode/
DSampleFillType.cpp54 showPath(canvas, 0, 0, SkPath::kWinding_FillType, in showFour()
/external/skqp/include/core/
DSkPath.h173 kWinding_FillType, //!< is enclosed by a non-zero sum of contour directions enumerator
984 static_assert(0 == kWinding_FillType, "fill_type_mismatch"); in IsInverseFillType()
999 static_assert(0 == kWinding_FillType, "fill_type_mismatch"); in ConvertToNonInverseFillType()
/external/skqp/src/gpu/gl/
DGrGLPath.cpp200 case SkPath::kWinding_FillType: in convert_skpath_filltype()
202 return GrPathRendering::kWinding_FillType; in convert_skpath_filltype()

123