Searched refs:textSizes (Results 1 – 3 of 3) sorted by relevance
/external/skia/gm/ |
D | dftext.cpp | 38 SkScalar textSizes[] = { 9.0f, 9.0f*2.0f, 9.0f*5.0f, 9.0f*2.0f*5.0f }; in onDraw() local 72 for (size_t i = 0; i < SK_ARRAY_COUNT(textSizes); ++i) { in onDraw() 76 paint.setTextSize(textSizes[i]); in onDraw() 100 size_t arraySize = SK_ARRAY_COUNT(textSizes); in onDraw() 106 paint.setTextSize(textSizes[i]); in onDraw() 119 paint.setTextSize(textSizes[0]); in onDraw()
|
D | coloremoji.cpp | 84 constexpr SkScalar textSizes[] = { 10, 30, 50, }; in onDraw() local 87 for (const SkScalar& textSize : textSizes) { in onDraw()
|
D | typeface.cpp | 198 constexpr SkScalar textSizes[] = { 9, 10, 11, 12, 13, 14, 15, 16 }; local 237 for (const SkScalar& textSize : textSizes) {
|