Searched refs:kFontGlyphHeights (Results 1 – 4 of 4) sorted by relevance
27 constexpr int kFontHeights[kFontCount] = {kFontGlyphHeights[0] * kFontCharactersPerCol,28 kFontGlyphHeights[1] * kFontCharactersPerCol,29 kFontGlyphHeights[2] * kFontCharactersPerCol};
43 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets()66 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets()90 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets()134 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets()177 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets()
19 constexpr int kFontGlyphHeights[kFontCount] = {43, 28, 17}; variable
121 dstFontSize[1] = overlay::kFontGlyphHeights[srcFontSize]; in GetTextFontSize()