Searched refs:chopIntoQuadsPOW2 (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkGeometry.h | 284 int SK_API SK_WARN_UNUSED_RESULT chopIntoQuadsPOW2(SkPoint pts[], int pow2) const; 433 fQuadCount = conic.chopIntoQuadsPOW2(pts, pow2); in computeQuads()
|
D | SkGeometry.cpp | 1280 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic
|
D | SkPath.cpp | 349 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect() 3679 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()
|
/external/skia/src/core/ |
D | SkGeometry.h | 353 int SK_SPI SK_WARN_UNUSED_RESULT chopIntoQuadsPOW2(SkPoint pts[], int pow2) const; 503 fQuadCount = conic.chopIntoQuadsPOW2(pts, pow2); in computeQuads()
|
D | SkPath.cpp | 323 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect() 3060 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()
|
D | SkGeometry.cpp | 1483 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic
|