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

/external/skia/src/gpu/
H A DGrTessellator.cpp1764 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt, tolerance); local
1765 if (maxPts <= 0) {
1768 if (maxPts > ((int)SK_MaxU16 + 1)) {
1769 SkDebugf("Path not rendered, too many verts (%d)\n", maxPts);

Completed in 57 milliseconds