Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.h156 int chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10] = NULL,
DGrPathUtils.cpp711 int GrPathUtils::chopCubicAtLoopIntersection(const SkPoint src[4], SkPoint dst[10], SkScalar klm[9], in chopCubicAtLoopIntersection() function in GrPathUtils
/external/skia/gm/
Dbeziereffects.cpp182 int cnt = GrPathUtils::chopCubicAtLoopIntersection(controlPts, in onDraw()