Home
last modified time | relevance | path

Searched refs:kFontGlyphWidths (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DOverlay_font_autogen.cpp24 constexpr int kFontWidths[kFontCount] = {kFontGlyphWidths[0] * kFontCharactersPerRow,
25 kFontGlyphWidths[1] * kFontCharactersPerRow,
26 kFontGlyphWidths[2] * kFontCharactersPerRow};
DOverlay_autogen.cpp42 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()
DOverlay_font_autogen.h18 constexpr int kFontGlyphWidths[kFontCount] = {22, 14, 8}; variable
DOverlayWidgets.cpp120 dstFontSize[0] = overlay::kFontGlyphWidths[srcFontSize]; in GetTextFontSize()