Searched refs:fSkeletonPaint (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/samplecode/ |
H A D | SamplePath.cpp | 209 SkPaint fPtsPaint, fSkeletonPaint, fCornerPaint; member in ArcToView 237 fSkeletonPaint.setAntiAlias(true); in ArcToView() 238 fSkeletonPaint.setStyle(SkPaint::kStroke_Style); in ArcToView() 239 fSkeletonPaint.setColor(SK_ColorRED); in ArcToView() 279 canvas->drawPath(path, fSkeletonPaint); 307 SkPaint fPtsPaint, fHiddenPaint, fSkeletonPaint, fStrokePaint; member in __anon18642 336 fSkeletonPaint.setAntiAlias(true); in FatStroke() 337 fSkeletonPaint.setStyle(SkPaint::kStroke_Style); in FatStroke() 338 fSkeletonPaint.setColor(SK_ColorRED); in FatStroke() 404 canvas->drawPath(path, fSkeletonPaint); [all...] |
H A D | SampleSimpleStroker.cpp | 354 fSkeletonPaint; member in SimpleStroker 384 fSkeletonPaint.setAntiAlias(true); in SimpleStroker() 385 fSkeletonPaint.setStyle(SkPaint::kStroke_Style); in SimpleStroker() 386 fSkeletonPaint.setColor(SK_ColorRED); in SimpleStroker() 446 canvas->drawPath(path, fSkeletonPaint); 460 canvas->drawPath(path, fSkeletonPaint);
|
H A D | SampleVariableWidthStroker.cpp | 1053 fSkeletonPaint.setAntiAlias(true); 1054 fSkeletonPaint.setStyle(SkPaint::kStroke_Style); 1055 fSkeletonPaint.setColor(SK_ColorRED); 1177 canvas->drawPath(path, fSkeletonPaint); 1375 SkPaint fPtsPaint, fStrokePaint, fNewFillPaint, fHiddenPaint, fSkeletonPaint,
|
Completed in 4 milliseconds