Searched refs:fArcToPaint (Results 1 – 1 of 1) sorted by relevance
231 SkPaint fPtsPaint, fArcToPaint, fSkeletonPaint, fCornerPaint; member in ArcToView253 fArcToPaint.setAntiAlias(true); in ArcToView()254 fArcToPaint.setStyle(SkPaint::kStroke_Style); in ArcToView()255 fArcToPaint.setStrokeWidth(9); in ArcToView()256 fArcToPaint.setColor(0x800000FF); in ArcToView()257 fArcToPaint.setPathEffect(SkArcToPathEffect::Create(rad))->unref(); in ArcToView()315 canvas->drawPath(path, fArcToPaint); in onDrawContent()