Home
last modified time | relevance | path

Searched refs:chopCubicAtLoopIntersection (Results 1 – 4 of 4) sorted by relevance

/external/skia/bench/
DCubicKLMBench.cpp52 GrPathUtils::chopCubicAtLoopIntersection(fPoints, dst, &klm, &loopIdx); in onDraw()
/external/skia/src/gpu/
DGrPathUtils.h163 int chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10] = nullptr,
DGrPathUtils.cpp838 int GrPathUtils::chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkMatrix* klm, in chopCubicAtLoopIntersection() function in GrPathUtils
/external/skia/gm/
Dbeziereffects.cpp155 int cnt = GrPathUtils::chopCubicAtLoopIntersection(controlPts, in onDraw()