Home
last modified time | relevance | path

Searched refs:fCornerPaint (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/samplecode/
H A DSamplePath.cpp209 SkPaint fPtsPaint, fSkeletonPaint, fCornerPaint; member in ArcToView
231 fCornerPaint.setAntiAlias(true); in ArcToView()
232 fCornerPaint.setStyle(SkPaint::kStroke_Style); in ArcToView()
233 fCornerPaint.setStrokeWidth(13); in ArcToView()
234 fCornerPaint.setColor(SK_ColorGREEN); in ArcToView()
235 fCornerPaint.setPathEffect(SkCornerPathEffect::Make(rad*2)); in ArcToView()
276 canvas->drawPath(path, fCornerPaint);

Completed in 2 milliseconds