Home | History | Annotate | Download | only in gm

Lines Matching full:startindex

53         drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) {
55 path.addRect(rect, dir, startIndex);
59 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) {
61 path.addOval(rect, dir, startIndex);
65 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) {
71 path.addRRect(rrect, dir, startIndex);
75 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) {
80 path.addRRect(rrect, dir, startIndex);
84 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) {
89 path.addRRect(rrect, dir, startIndex);