Searched refs:textSizes (Results 1 – 8 of 8) 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 89 for (const SkScalar& textSize : textSizes) { in onDraw()
|
D | typeface.cpp | 186 constexpr SkScalar textSizes[] = { 9, 10, 11, 12, 13, 14, 15, 16 }; local 225 for (const SkScalar& textSize : textSizes) {
|
/external/skqp/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 89 for (const SkScalar& textSize : textSizes) { in onDraw()
|
D | typeface.cpp | 186 constexpr SkScalar textSizes[] = { 9, 10, 11, 12, 13, 14, 15, 16 }; local 225 for (const SkScalar& textSize : textSizes) {
|
/external/skqp/docs/ |
D | SkCanvas_Reference.bmh | 5029 float textSizes[] = { 12, 18, 24, 36 }; 5030 for (auto size: textSizes ) { 5038 for (auto size: textSizes ) {
|
/external/skia/docs/ |
D | SkCanvas_Reference.bmh | 5038 float textSizes[] = { 12, 18, 24, 36 }; 5039 for (auto size: textSizes ) { 5047 for (auto size: textSizes ) {
|