HomeSort by relevance Sort by last modified time
    Searched defs:pointsLeft (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrTessellator.cpp 735 int pointsLeft,
739 if (pointsLeft < 2 || (d1 < tolSqd && d2 < tolSqd) ||
754 pointsLeft >>= 1;
755 generate_cubic_points(p0, q[0], r[0], s, tolSqd, contour, pointsLeft, alloc);
756 generate_cubic_points(s, r[1], q[2], p3, tolSqd, contour, pointsLeft, alloc);
807 int pointsLeft = GrPathUtils::cubicPointCount(pts, tolerance);
809 pointsLeft, alloc);
    [all...]
  /external/skqp/src/gpu/
GrTessellator.cpp 735 int pointsLeft,
739 if (pointsLeft < 2 || (d1 < tolSqd && d2 < tolSqd) ||
754 pointsLeft >>= 1;
755 generate_cubic_points(p0, q[0], r[0], s, tolSqd, contour, pointsLeft, alloc);
756 generate_cubic_points(s, r[1], q[2], p3, tolSqd, contour, pointsLeft, alloc);
807 int pointsLeft = GrPathUtils::cubicPointCount(pts, tolerance);
809 pointsLeft, alloc);
    [all...]

Completed in 659 milliseconds