Searched defs:dashed (Results 1 – 3 of 3) sorted by relevance
10 SkPaint dashed(std::move(paint)); in draw() local
75 static SkPaint line_paint(SkColor color, bool dashed = false) { in line_paint()