Searched refs:textSizes (Results 1 – 8 of 8) sorted by relevance
/external/skia/docs/examples/ |
D | Canvas_drawText.cpp | 9 float textSizes[] = { 12, 18, 24, 36 }; in draw() local 10 for (auto size: textSizes ) { in draw() 17 for (auto size: textSizes ) { in draw()
|
/external/skqp/gm/ |
D | dftext.cpp | 42 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 font.setSize(textSizes[i]); in onDraw() 100 size_t arraySize = SK_ARRAY_COUNT(textSizes); in onDraw() 106 font.setSize(textSizes[i]); in onDraw() 120 font.setSize(textSizes[0]); in onDraw()
|
D | coloremoji.cpp | 85 constexpr SkScalar textSizes[] = { 10, 30, 50, }; in onDraw() local 90 for (const SkScalar& textSize : textSizes) { in onDraw()
|
D | typeface.cpp | 196 constexpr SkScalar textSizes[] = { 9, 10, 11, 12, 13, 14, 15, 16 }; local 238 for (const SkScalar& textSize : textSizes) {
|
/external/skia/gm/ |
D | dftext.cpp | 56 SkScalar textSizes[] = { 9.0f, 9.0f*2.0f, 9.0f*5.0f, 9.0f*2.0f*5.0f }; in onDraw() local 88 for (size_t i = 0; i < SK_ARRAY_COUNT(textSizes); ++i) { in onDraw() 92 font.setSize(textSizes[i]); in onDraw() 116 size_t arraySize = SK_ARRAY_COUNT(textSizes); in onDraw() 122 font.setSize(textSizes[i]); in onDraw() 136 font.setSize(textSizes[0]); in onDraw()
|
D | coloremoji.cpp | 98 constexpr SkScalar textSizes[] = { 10, 30, 50, }; in onDraw() local 103 for (const SkScalar& textSize : textSizes) { in onDraw()
|
D | typeface.cpp | 190 constexpr SkScalar textSizes[] = { 9, 10, 11, 12, 13, 14, 15, 16 }; local 232 for (const SkScalar& textSize : textSizes) {
|
/external/skqp/docs/ |
D | SkCanvas_Reference.bmh | 3900 float textSizes[] = { 12, 18, 24, 36 }; 3901 for (auto size: textSizes ) { 3908 for (auto size: textSizes ) {
|