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 SkPath&,
DGrPathUtils.cpp161 int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths, in worstCasePointCount() function in GrPathUtils
DGrTessellator.cpp1764 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt, tolerance); in get_contour_count()
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp172 maxVertices += GrPathUtils::worstCasePointCount(args.fPath, &contourCount, in onPrepareDraws()