Searched refs:cubicPointCount (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrPathUtils.h44 uint32_t cubicPointCount(const SkPoint points[], SkScalar tol);
H A DGrPathUtils.cpp95 uint32_t GrPathUtils::cubicPointCount(const SkPoint points[], function in class:GrPathUtils
190 pointCount += cubicPointCount(pts, tol);
H A DGrDefaultPathRenderer.cpp492 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
H A DGrTessellatingPathRenderer.cpp596 int pointsLeft = GrPathUtils::cubicPointCount(pts, tolerance);

Completed in 56 milliseconds