Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGeometry.h284 int SK_API SK_WARN_UNUSED_RESULT chopIntoQuadsPOW2(SkPoint pts[], int pow2) const;
433 fQuadCount = conic.chopIntoQuadsPOW2(pts, pow2); in computeQuads()
DSkGeometry.cpp1280 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic
DSkPath.cpp349 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect()
3679 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()
/external/skia/src/core/
DSkGeometry.h353 int SK_SPI SK_WARN_UNUSED_RESULT chopIntoQuadsPOW2(SkPoint pts[], int pow2) const;
503 fQuadCount = conic.chopIntoQuadsPOW2(pts, pow2); in computeQuads()
DSkPath.cpp323 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect()
3060 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()
DSkGeometry.cpp1483 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic