Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePath.cpp231 SkPaint fPtsPaint, fArcToPaint, fSkeletonPaint, fCornerPaint; member in ArcToView
265 fSkeletonPaint.setAntiAlias(true); in ArcToView()
266 fSkeletonPaint.setStyle(SkPaint::kStroke_Style); in ArcToView()
267 fSkeletonPaint.setColor(SK_ColorRED); in ArcToView()
318 canvas->drawPath(path, fSkeletonPaint); in onDrawContent()