Searched refs:chopCubicAtLoopIntersection (Results 1 – 6 of 6) sorted by relevance
/external/skqp/bench/ |
D | CubicKLMBench.cpp | 49 GrPathUtils::chopCubicAtLoopIntersection(fPoints, dst, &klm, &loopIdx); in onDraw()
|
/external/skia/bench/ |
D | CubicKLMBench.cpp | 49 GrPathUtils::chopCubicAtLoopIntersection(fPoints, dst, &klm, &loopIdx); in onDraw()
|
/external/skia/src/gpu/ |
D | GrPathUtils.h | 204 int chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkMatrix* klm,
|
D | GrPathUtils.cpp | 833 int GrPathUtils::chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkMatrix* klm, in chopCubicAtLoopIntersection() function in GrPathUtils
|
/external/skqp/src/gpu/ |
D | GrPathUtils.h | 204 int chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkMatrix* klm,
|
D | GrPathUtils.cpp | 833 int GrPathUtils::chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkMatrix* klm, in chopCubicAtLoopIntersection() function in GrPathUtils
|