Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGeometry.h282 int SK_API SK_WARN_UNUSED_RESULT chopIntoQuadsPOW2(SkPoint pts[], int pow2) const;
431 fQuadCount = conic.chopIntoQuadsPOW2(pts, pow2); in computeQuads()
DSkGeometry.cpp1280 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic
DSkPath.cpp355 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect()
3617 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()
/third_party/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.cpp325 int count = orig.chopIntoQuadsPOW2(quadPts, 1); in conservativelyContainsRect()
3126 return conic.chopIntoQuadsPOW2(pts, pow2); in ConvertConicToQuads()
DSkGeometry.cpp1479 int SkConic::chopIntoQuadsPOW2(SkPoint pts[], int pow2) const { in chopIntoQuadsPOW2() function in SkConic