Home
last modified time | relevance | path

Searched refs:kWinding (Results 1 – 25 of 87) sorted by relevance

1234

/external/skia/tests/
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(SkPathFillType::kWinding); in cubicOp6d()
[all …]
DPathOpsAsWindingTest.cpp64 REPORTER_ASSERT(reporter, result.getFillType() == SkPathFillType::kWinding); in DEF_TEST()
69 test.setFillType(SkPathFillType::kWinding); in DEF_TEST()
83 test.setFillType(SkPathFillType::kWinding); in DEF_TEST()
90 test.setFillType(SkPathFillType::kWinding); in DEF_TEST()
99 test.setFillType(SkPathFillType::kWinding); in DEF_TEST()
108 test.setFillType(SkPathFillType::kWinding); in DEF_TEST()
135 REPORTER_ASSERT(reporter, result.getFillType() == SkPathFillType::kWinding); in DEF_TEST()
151 REPORTER_ASSERT(reporter, original.getFillType() == SkPathFillType::kWinding); in DEF_TEST()
173 REPORTER_ASSERT(reporter, result.getFillType() == SkPathFillType::kWinding); in DEF_TEST()
DPathOpsSkpTest.cpp21 pathB.setFillType(SkPathFillType::kWinding); in skpcheeseandburger_com225()
398 pathB.setFillType(SkPathFillType::kWinding); in skpeverytechpro_blogspot_com100()
420 pathB.setFillType(SkPathFillType::kWinding); in skpflite_com41()
453 pathB.setFillType(SkPathFillType::kWinding); in skpilkoora_com37()
475 pathB.setFillType(SkPathFillType::kWinding); in skpmm4everfriends_com43()
498 pathB.setFillType(SkPathFillType::kWinding); in skpmtrk_uz27()
548 pathB.setFillType(SkPathFillType::kWinding); in skpi_gino_com16()
638 pathB.setFillType(SkPathFillType::kWinding); in skpsudoestenegocios_com186()
658 pathB.setFillType(SkPathFillType::kWinding); in skpthesuburbanite_com213()
681 pathB.setFillType(SkPathFillType::kWinding); in skphostloco_com11()
[all …]
DPathOpsOpCircleThreadedTest.cpp19 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testOpCirclesMain()
41 e == SkPathFillType::kWinding ? "Winding" : e == SkPathFillType::kEvenOdd in testOpCirclesMain()
46 f == SkPathFillType::kWinding ? "Winding" : f == SkPathFillType::kEvenOdd in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp19 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testOpCubicsMain()
45 e == SkPathFillType::kWinding ? "Winding" : e == SkPathFillType::kEvenOdd in testOpCubicsMain()
52 f == SkPathFillType::kWinding ? "Winding" : f == SkPathFillType::kEvenOdd in testOpCubicsMain()
DPathOpsOpRectThreadedTest.cpp26 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testPathOpsRectsMain()
55 e == SkPathFillType::kWinding ? "Winding" : e == SkPathFillType::kEvenOdd in testPathOpsRectsMain()
62 f == SkPathFillType::kWinding ? "Winding" : f == SkPathFillType::kEvenOdd in testPathOpsRectsMain()
116 SkPathFillType::kWinding, SkPathFillType::kEvenOdd, in testPathOpsFastMain()
DPathOpsInverseTest.cpp12 SkPathFillType::kWinding, SkPathFillType::kEvenOdd, in DEF_TEST()
/external/skia/gm/
Dlargeclippedpath.cpp19 clip.setFillType(SkPathFillType::kWinding); in draw_clipped_flower()
49 draw_clipped_flower(canvas, SkPathFillType::kWinding); in DEF_SIMPLE_GM()
Dpreservefillrule.cpp73 star7_winding.setFillType(SkPathFillType::kWinding); in onDraw()
81 star5_winding.setFillType(SkPathFillType::kWinding); in onDraw()
Dstrokefill.cpp292 path.setFillType(SkPathFillType::kWinding);
298 path2.setFillType(SkPathFillType::kWinding);
317 path3.setFillType(SkPathFillType::kWinding);
326 path4.setFillType(SkPathFillType::kWinding);
Dconcavepaths.cpp52 false, SkPathFillType::kWinding, true), paint); in test_intruding_vertex()
65 SkPathFillType::kWinding, true), paint); in test_inversion_repeat_vertex()
74 SkPathFillType::kWinding, true), paint); in test_fish()
/external/skia/docs/examples/
DPath_getFillType.cpp9 path.getFillType() == SkPathFillType::kWinding ? "kWinding" : in draw()
DPath_dump_2.cpp10 copy.setFillType(SkPathFillType::kWinding); in draw()
DPath_dumpHex.cpp10 copy.setFillType(SkPathFillType::kWinding); in draw()
DPath_IsInverseFillType.cpp13 nameValue(kWinding), in draw()
DCanvas_clipPath.cpp17 path.setFillType(SkPathFillType::kWinding); in draw()
DPath_ConvertToNonInverseFillType.cpp13 nameValue(kWinding), in draw()
DCanvas_clipPath_2.cpp12 path.setFillType(SkPathFillType::kWinding); in draw()
DCanvas_clipPath_3.cpp13 path.setFillType(SkPathFillType::kWinding); in draw()
DPath_FillType_a.cpp17 for (auto fillType : { SkPathFillType::kWinding, SkPathFillType::kEvenOdd, in draw()
DCanvas_drawPath.cpp27 for (auto fill : { SkPathFillType::kWinding, in draw()
DPath_FillType_b.cpp25 for (auto fillType : { SkPathFillType::kWinding, SkPathFillType::kEvenOdd,
/external/skia/src/gpu/tessellate/
DGrStencilPathShader.h65 SkASSERT(fillType == SkPathFillType::kWinding || fillType == SkPathFillType::kEvenOdd); in StencilPassSettings()
66 return (fillType == SkPathFillType::kWinding) ? &kIncrDecrStencil : &kInvertStencil; in StencilPassSettings()
/external/skia/include/core/
DSkPathTypes.h15 kWinding, enumerator
/external/skia/modules/sksg/src/
DSkSGPath.cpp34 return (ft == SkPathFillType::kWinding || ft == SkPathFillType::kEvenOdd) in onRevalidate()

1234