Searched refs:doStroke (Results 1 – 2 of 2) sorted by relevance
81 void sk_paint_set_stroke(sk_paint_t* cpaint, bool doStroke) { in sk_paint_set_stroke() argument82 AsPaint(cpaint)->setStyle(doStroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style); in sk_paint_set_stroke()
429 bool doStroke = paint.getStyle() != SkPaint::kFill_Style; in drawRect() local436 bool usePath = doStroke && width > 0 && in drawRect()447 if (doStroke) { in drawRect()