Searched defs:dashed (Results 1 – 3 of 3) sorted by relevance
10 SkPaint dashed(std::move(paint)); in draw() local
158 bool dashed // The parameter is preceded by a single dash in CmdLineParser_IsOpt()
75 static SkPaint line_paint(SkColor color, bool dashed = false) { in line_paint()