Lines Matching defs:dir
57 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) {
58 return SkPath::Rect(rect, dir, startIndex);
61 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) {
62 return SkPath::Oval(rect, dir, startIndex);
65 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) {
69 return SkPath::RRect(rrect, dir, startIndex);
72 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) {
75 return SkPath::RRect(rrect, dir, startIndex);
78 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) {
81 return SkPath::RRect(rrect, dir, startIndex);
101 void drawOneColumn(SkCanvas* canvas, SkPathDirection dir,
106 const SkPath path = makePath(fRect, dir, i);