Searched refs:twoFill (Results 1 – 5 of 5) 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()
45 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in draw() local47 twoFill ? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd; in draw()
68 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in onDraw() local69 SkPath::FillType twoF = twoFill ? SkPath::kInverseEvenOdd_FillType in onDraw()
74 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in onDraw() local75 SkPathFillType twoF = twoFill ? SkPathFillType::kInverseEvenOdd in onDraw()
23 for (auto twoFill : fts) { in DEF_TEST() local26 two.setFillType(twoFill); in DEF_TEST()