Searched refs:chopIntoQuadsPOW2 (Results 1 – 3 of 3) sorted by relevance
262 int chopIntoQuadsPOW2(SkPoint pts[], int pow2) const;315 conic.chopIntoQuadsPOW2(pts, pow2); in computeQuads()
1411 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic
273 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect()