Home
last modified time | relevance | path

Searched refs:twoFill (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tests/
DPathOpsInverseTest.cpp19 for (int twoFill = SkPath::kWinding_FillType; in DEF_TEST() local
20 twoFill <= SkPath::kInverseEvenOdd_FillType; ++twoFill) { in DEF_TEST()
24 two.setFillType((SkPath::FillType) twoFill); in DEF_TEST()
/external/skia/docs/examples/
Dpathops.cpp45 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in draw() local
47 twoFill ? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd; in draw()
/external/skqp/gm/
Dpathopsinverse.cpp68 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in onDraw() local
69 SkPath::FillType twoF = twoFill ? SkPath::kInverseEvenOdd_FillType in onDraw()
/external/skia/gm/
Dpathopsinverse.cpp74 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in onDraw() local
75 SkPathFillType twoF = twoFill ? SkPathFillType::kInverseEvenOdd in onDraw()
/external/skia/tests/
DPathOpsInverseTest.cpp23 for (auto twoFill : fts) { in DEF_TEST() local
26 two.setFillType(twoFill); in DEF_TEST()