Searched refs:kFontGlyphWidths (Results 1 – 4 of 4) sorted by relevance
24 constexpr int kFontWidths[kFontCount] = {kFontGlyphWidths[0] * kFontCharactersPerRow,25 kFontGlyphWidths[1] * kFontCharactersPerRow,26 kFontGlyphWidths[2] * kFontCharactersPerRow};
42 const int32_t width = 12 * kFontGlyphWidths[fontSize]; in initOverlayWidgets()65 const int32_t width = 150 * kFontGlyphWidths[fontSize]; in initOverlayWidgets()89 const int32_t width = 25 * kFontGlyphWidths[fontSize]; in initOverlayWidgets()133 const int32_t width = 40 * kFontGlyphWidths[fontSize]; in initOverlayWidgets()176 const int32_t width = 40 * kFontGlyphWidths[fontSize]; in initOverlayWidgets()
18 constexpr int kFontGlyphWidths[kFontCount] = {22, 14, 8}; variable
120 dstFontSize[0] = overlay::kFontGlyphWidths[srcFontSize]; in GetTextFontSize()