Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.h262 int chopIntoQuadsPOW2(SkPoint pts[], int pow2) const;
315 conic.chopIntoQuadsPOW2(pts, pow2); in computeQuads()
DSkGeometry.cpp1411 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic
DSkPath.cpp273 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect()