Home | History | Annotate | Download | only in gpu

Lines Matching defs:nPoints

698     int nPoints = 1;
702 while (nPoints < GrPathUtils::kMaxPointsPerCurve) {
703 u = 1.0f / nPoints;
707 nPoints++;
709 for (int j = 1; j <= nPoints; j++) {