Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePath.cpp231 SkPaint fPtsPaint, fArcToPaint, fSkeletonPaint, fCornerPaint; member in ArcToView
253 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()