Lines Matching defs:dir
287 SkPathFirstDirection dir,
291 if (SkPathFirstDirection::kCW == dir) {
296 SkASSERT(SkPathFirstDirection::kCCW == dir);
304 if (SkPathFirstDirection::kCW == dir) {
309 SkASSERT(SkPathFirstDirection::kCCW == dir);
384 SkPathFirstDirection dir,
472 if (!is_point_within_cubic_tangents(p[0], ab, dc, p[3], dir, cAvg)) {
506 choppedPts + 0, toleranceSqd, dir, quads, sublevel + 1);
508 choppedPts + 3, toleranceSqd, dir, quads, sublevel + 1);
534 SkPathFirstDirection dir,
549 convert_noninflect_cubic_to_quads_with_constraint(cubic, tolSqd, dir, quads);