Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
Dpathops.cpp45 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in draw() local
47 twoFill ? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd; in draw()
/third_party/skia/gm/
Dpathopsinverse.cpp74 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in onDraw() local
75 SkPathFillType twoF = twoFill ? SkPathFillType::kInverseEvenOdd in onDraw()
/third_party/skia/tests/
DPathOpsInverseTest.cpp23 for (auto twoFill : fts) { in DEF_TEST() local
26 two.setFillType(twoFill); in DEF_TEST()