Searched refs:oneFill (Results 1 – 3 of 3) sorted by relevance
42 for (int oneFill = 0; oneFill <= 1; ++oneFill) { in draw() local44 oneFill ? SkPathFillType::kInverseEvenOdd : SkPathFillType::kEvenOdd; in draw()
71 for (int oneFill = 0; oneFill <= 1; ++oneFill) { in onDraw() local72 SkPathFillType oneF = oneFill ? SkPathFillType::kInverseEvenOdd in onDraw()
23 for (auto oneFill : fts) { in DEF_TEST() local26 one.setFillType(oneFill); in DEF_TEST()