Lines Matching defs:quads
319 SkTArray<SkPoint, true>* quads,
330 SkPoint* degQuad = quads->push_back_n(3);
368 SkPoint* pts = quads->push_back_n(3);
377 choppedPts + 0, toleranceSqd, quads, sublevel + 1, preserveFirstTangent, false);
379 choppedPts + 3, toleranceSqd, quads, sublevel + 1, false, preserveLastTangent);
385 SkTArray<SkPoint, true>* quads,
395 SkPoint* degQuad = quads->push_back_n(3);
441 SkPoint* qpts = quads->push_back_n(6);
449 SkPoint* qpts = quads->push_back_n(3);
496 SkPoint* pts = quads->push_back_n(3);
506 choppedPts + 0, toleranceSqd, dir, quads, sublevel + 1);
508 choppedPts + 3, toleranceSqd, dir, quads, sublevel + 1);
514 SkTArray<SkPoint, true>* quads) {
528 convert_noninflect_cubic_to_quads(cubic, tolSqd, quads);
535 SkTArray<SkPoint, true>* quads) {
549 convert_noninflect_cubic_to_quads_with_constraint(cubic, tolSqd, dir, quads);