Searched refs:twoFill (Results 1 – 2 of 2) sorted by relevance
18 for (int twoFill = SkPath::kWinding_FillType; in DEF_TEST() local19 twoFill <= SkPath::kInverseEvenOdd_FillType; ++twoFill) { in DEF_TEST()23 two.setFillType((SkPath::FillType) twoFill); in DEF_TEST()
67 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in onDraw() local68 SkPath::FillType twoF = twoFill ? SkPath::kInverseEvenOdd_FillType in onDraw()