OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStrokeWidth
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
nonclosedpaths.cpp
74
static const int
kStrokeWidth
[] = {0, 10, 40, 50};
75
int numWidths = SK_ARRAY_COUNT(
kStrokeWidth
);
112
paint.setStrokeWidth(SkIntToScalar(
kStrokeWidth
[width]));
/external/skia/bench/
ChartBench.cpp
141
static const SkScalar
kStrokeWidth
= SkIntToScalar(2);
146
plotPaint.setStrokeWidth(
kStrokeWidth
);
/external/skia/samplecode/
SampleChart.cpp
134
static const SkScalar
kStrokeWidth
= SkIntToScalar(2);
139
plotPaint.setStrokeWidth(
kStrokeWidth
);
Completed in 221 milliseconds