Home | History | Annotate | Download | only in gpu

Lines Matching refs:toleranceSqd

540     SkScalar toleranceSqd = tolerance * tolerance;
565 const SkPoint* quadPts = converter.computeQuads(pts, weight, toleranceSqd);
569 toleranceSqd, prev, &head, pointsLeft, alloc);
590 prev = generate_quadratic_points(pts[0], pts[1], pts[2], toleranceSqd, prev,
598 toleranceSqd, prev, &head, pointsLeft, alloc);