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

/external/skia/src/gpu/
H A DGrPathUtils.h41 uint32_t cubicPointCount(const GrPoint points[], GrScalar tol);
H A DGrPathUtils.cpp92 uint32_t GrPathUtils::cubicPointCount(const GrPoint points[], function in class:GrPathUtils
174 pointCount += cubicPointCount(pts, tol);
H A DGrDefaultPathRenderer.cpp303 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
H A DGrTesselatedPathRenderer.cpp423 GrPathUtils::cubicPointCount(pts, tol));

Completed in 77 milliseconds