Searched refs:kStrokeWidth (Results 1 – 3 of 3) sorted by relevance
74 static const int kStrokeWidth[] = {0, 10, 40, 50}; in onDraw() local75 int numWidths = SK_ARRAY_COUNT(kStrokeWidth); in onDraw()112 paint.setStrokeWidth(SkIntToScalar(kStrokeWidth[width])); in onDraw()
134 static const SkScalar kStrokeWidth = SkIntToScalar(2); in onDrawContent() local139 plotPaint.setStrokeWidth(kStrokeWidth); in onDrawContent()
141 static const SkScalar kStrokeWidth = SkIntToScalar(2); in onDraw() local146 plotPaint.setStrokeWidth(kStrokeWidth); in onDraw()