Searched refs:chopIntoQuadsPOW2 (Results 1 – 3 of 3) sorted by relevance
238 int chopIntoQuadsPOW2(SkPoint pts[], int pow2) const;387 conic.chopIntoQuadsPOW2(pts, pow2); in computeQuads()
1170 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic
308 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect()3233 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()