Home | History | Annotate | Download | only in gpu

Lines Matching refs:maxPts

1344     int maxPts = GrPathUtils::worstCasePointCount(path, contourCnt, tolerance);
1345 if (maxPts <= 0) {
1349 if (maxPts > ((int)SK_MaxU16 + 1)) {
1350 SkDebugf("Path not rendered, too many verts (%d)\n", maxPts);
1358 *sizeEstimate = maxPts * (3 * sizeof(Vertex) + sizeof(Edge));