Home
last modified time | relevance | path

Searched refs:doStroke (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Ddrawatlas.cpp187 static void drawTextPath(SkCanvas* canvas, bool doStroke) { in drawTextPath() argument
198 if (doStroke) { in drawTextPath()
229 const bool doStroke[] = { false, true }; in DEF_SIMPLE_GM() local
230 for (auto st : doStroke) { in DEF_SIMPLE_GM()
/third_party/skia/src/c/
H A Dsk_paint.cpp80 void sk_paint_set_stroke(sk_paint_t* cpaint, bool doStroke) { in sk_paint_set_stroke() argument
81 AsPaint(cpaint)->setStyle(doStroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style); in sk_paint_set_stroke()

Completed in 2 milliseconds