Searched refs:twoFill (Results 1 – 3 of 3) sorted by relevance
45 for (int twoFill = 0; twoFill <= 1; ++twoFill) { in draw() local47 twoFill ? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd; in draw()
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()