Searched refs:twoFill (Results 1 – 4 of 4) sorted by relevance
19 for (int twoFill = SkPath::kWinding_FillType; in DEF_TEST() local20 twoFill <= SkPath::kInverseEvenOdd_FillType; ++twoFill) { in DEF_TEST()24 two.setFillType((SkPath::FillType) twoFill); in DEF_TEST()
68 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in onDraw() local69 SkPath::FillType twoF = twoFill ? SkPath::kInverseEvenOdd_FillType in onDraw()