Home
last modified time | relevance | path

Searched refs:chopIntoQuadsPOW2 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkGeometry.h238 int chopIntoQuadsPOW2(SkPoint pts[], int pow2) const;
387 conic.chopIntoQuadsPOW2(pts, pow2); in computeQuads()
DSkGeometry.cpp1170 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic
DSkPath.cpp308 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect()
3233 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()