Home
last modified time | relevance | path

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

/external/skia/gm/
Dnonclosedpaths.cpp74 static const int kStrokeWidth[] = {0, 10, 40, 50}; in onDraw() local
75 int numWidths = SK_ARRAY_COUNT(kStrokeWidth); in onDraw()
112 paint.setStrokeWidth(SkIntToScalar(kStrokeWidth[width])); in onDraw()
/external/skia/samplecode/
DSampleChart.cpp134 static const SkScalar kStrokeWidth = SkIntToScalar(2); in onDrawContent() local
139 plotPaint.setStrokeWidth(kStrokeWidth); in onDrawContent()
/external/skia/bench/
DChartBench.cpp141 static const SkScalar kStrokeWidth = SkIntToScalar(2); in onDraw() local
146 plotPaint.setStrokeWidth(kStrokeWidth); in onDraw()