Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp353 SkPaint fPtsPaint, fStrokePaint, fMirrorStrokePaint, fNewFillPaint, fHiddenPaint, member in SimpleStroker
373 fMirrorStrokePaint.setAntiAlias(true); in SimpleStroker()
374 fMirrorStrokePaint.setStyle(SkPaint::kStroke_Style); in SimpleStroker()
375 fMirrorStrokePaint.setColor(0x80FFFF00); in SimpleStroker()
452 fMirrorStrokePaint.setStrokeWidth(fWidth);
453 canvas->drawPath(path, fMirrorStrokePaint);

Completed in 2 milliseconds