Searched refs:chopIntoQuadsPOW2 (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkGeometry.h | 282 int SK_API SK_WARN_UNUSED_RESULT chopIntoQuadsPOW2(SkPoint pts[], int pow2) const; 431 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 | 355 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect() 3617 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()
|
/third_party/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 | 325 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect() 3126 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()
|
D | SkGeometry.cpp | 1479 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic
|