Searched defs:isFillNoPathEffect (Results 1 – 2 of 2) sorted by relevance
136 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc() local
3289 bool isFillNoPathEffect) { in DrawArcIsConvex()3303 void SkPathPriv::CreateDrawArcPath(SkPath* path, const SkArc& arc, bool isFillNoPathEffect) { in CreateDrawArcPath()