Home
last modified time | relevance | path

Searched refs:worstCasePointCount (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrPathUtils.h27 int worstCasePointCount(const GrPath&,
DGrPathUtils.cpp148 int GrPathUtils::worstCasePointCount(const GrPath& path, int* subpaths, in worstCasePointCount() function in GrPathUtils
DGrDefaultPathRenderer.cpp198 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt, in createGeom()
DGrTesselatedPathRenderer.cpp369 int maxPts = GrPathUtils::worstCasePointCount(path, &subpathCnt, tol); in onDrawPath()