Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.h28 int worstCasePointCount(const SkPath&,
DGrPathUtils.cpp165 int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths, SkScalar tol) { in worstCasePointCount() function in GrPathUtils
DGrTessellator.cpp2186 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt, tolerance); in get_contour_count()
/external/skqp/src/gpu/
DGrPathUtils.h28 int worstCasePointCount(const SkPath&,
DGrPathUtils.cpp165 int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths, SkScalar tol) { in worstCasePointCount() function in GrPathUtils
DGrTessellator.cpp2186 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt, tolerance); in get_contour_count()