Searched refs:noEffectPaint (Results 1 – 1 of 1) sorted by relevance
1012 SkPaint noEffectPaint(paint); in drawPath() local1013 noEffectPaint.setPathEffect(nullptr); in drawPath()1015 noEffectPaint.setStyle(SkPaint::kFill_Style); in drawPath()1017 noEffectPaint.setStyle(SkPaint::kStroke_Style); in drawPath()1018 noEffectPaint.setStrokeWidth(0); in drawPath()1020 drawPath(d, *pathPtr, noEffectPaint, nullptr, true); in drawPath()