Searched refs:chopCubicAtLoopIntersection (Results 1 – 8 of 8) sorted by relevance
/external/skia/bench/ |
D | CubicKLMBench.cpp | 51 GrPathUtils::chopCubicAtLoopIntersection(fPoints, dst, &klm, &loopIdx); in onDraw()
|
/external/skqp/bench/ |
D | CubicKLMBench.cpp | 51 GrPathUtils::chopCubicAtLoopIntersection(fPoints, dst, &klm, &loopIdx); in onDraw()
|
/external/skqp/src/gpu/ |
D | GrPathUtils.h | 208 int chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkMatrix* klm,
|
D | GrPathUtils.cpp | 776 int GrPathUtils::chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkMatrix* klm, in chopCubicAtLoopIntersection() function in GrPathUtils
|
/external/skia/src/gpu/ |
D | GrPathUtils.h | 208 int chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkMatrix* klm,
|
D | GrPathUtils.cpp | 776 int GrPathUtils::chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkMatrix* klm, in chopCubicAtLoopIntersection() function in GrPathUtils
|
/external/skqp/gm/ |
D | beziereffects.cpp | 176 int cnt = GrPathUtils::chopCubicAtLoopIntersection(controlPts, in onDraw()
|
/external/skia/gm/ |
D | beziereffects.cpp | 176 int cnt = GrPathUtils::chopCubicAtLoopIntersection(controlPts, in onDraw()
|