Searched refs:fillNoPathEffect (Results 1 – 2 of 2) sorted by relevance
1136 bool fillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in onDrawArc() local1138 fillNoPathEffect); in onDrawArc()
1268 bool fillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in onDrawArc() local1270 &path, oval, startAngle, sweepAngle, useCenter, fillNoPathEffect); in onDrawArc()