Searched defs:fArcToPaint (Results 1 - 1 of 1) sorted by relevance

/external/skia/samplecode/
H A DSamplePath.cpp217 SkPaint fPtsPaint, fArcToPaint, fSkeletonPaint, fCornerPaint; member in class:ArcToView
239 fArcToPaint.setAntiAlias(true);
240 fArcToPaint.setStyle(SkPaint::kStroke_Style);
241 fArcToPaint.setStrokeWidth(9);
242 fArcToPaint.setColor(0x800000FF);
243 fArcToPaint.setPathEffect(SkArcToPathEffect::Make(rad));
301 canvas->drawPath(path, fArcToPaint);

Completed in 2903 milliseconds