Home
last modified time | relevance | path

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

/external/skia/src/c/
Dsk_paint.cpp81 void sk_paint_set_stroke(sk_paint_t* cpaint, bool doStroke) { in sk_paint_set_stroke() argument
82 AsPaint(cpaint)->setStyle(doStroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style); in sk_paint_set_stroke()
/external/skia/src/gpu/
DSkGpuDevice.cpp429 bool doStroke = paint.getStyle() != SkPaint::kFill_Style; in drawRect() local
436 bool usePath = doStroke && width > 0 && in drawRect()
447 if (doStroke) { in drawRect()