Home
last modified time | relevance | path

Searched refs:kFontCharactersPerCol (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DOverlay_font_autogen.h21 constexpr int kFontCharactersPerCol = 3; variable
22 constexpr int kFontCharacters = kFontCharactersPerRow * kFontCharactersPerCol;
24 constexpr int kFontImageHeight = 43 * kFontCharactersPerCol;
DOverlay_font_autogen.cpp27 constexpr int kFontHeights[kFontCount] = {kFontGlyphHeights[0] * kFontCharactersPerCol,
28 kFontGlyphHeights[1] * kFontCharactersPerCol,
29 kFontGlyphHeights[2] * kFontCharactersPerCol};