Searched refs:kLCDTextSizeLimit (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/gm/ |
H A D | lcdtext.cpp | 80 constexpr static float kLCDTextSizeLimit = 48; variable 88 { { 10, 50 }, kLCDTextSizeLimit - 1, 1, lcd_text }, 89 { { 160, 50 }, kLCDTextSizeLimit + 1, 1, gray_text }, 90 { { 10, 100 }, kLCDTextSizeLimit / 2, 1.99f, lcd_text }, 91 { { 160, 100 }, kLCDTextSizeLimit / 2, 2.01f, gray_text },
|
Completed in 1 milliseconds