Home
last modified time | relevance | path

Searched refs:gStrokeWidths (Results 1 – 2 of 2) sorted by relevance

/external/skqp/gm/
Dthinstrokedrects.cpp38 constexpr SkScalar gStrokeWidths[] = { in onDraw() local
46 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) { in onDraw()
47 paint.setStrokeWidth(gStrokeWidths[j]); in onDraw()
61 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) { in onDraw()
62 paint.setStrokeWidth(2.0f * gStrokeWidths[j]); in onDraw()
/external/skia/gm/
Dthinstrokedrects.cpp46 constexpr SkScalar gStrokeWidths[] = { in onDraw() local
54 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) { in onDraw()
55 paint.setStrokeWidth(gStrokeWidths[j]); in onDraw()
69 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) { in onDraw()
70 paint.setStrokeWidth(2.0f * gStrokeWidths[j]); in onDraw()