Searched refs:kFontCharactersPerCol (Results 1 – 2 of 2) sorted by relevance
21 constexpr int kFontCharactersPerCol = 3; variable22 constexpr int kFontCharacters = kFontCharactersPerRow * kFontCharactersPerCol;24 constexpr int kFontImageHeight = 43 * kFontCharactersPerCol;
27 constexpr int kFontHeights[kFontCount] = {kFontGlyphHeights[0] * kFontCharactersPerCol,28 kFontGlyphHeights[1] * kFontCharactersPerCol,29 kFontGlyphHeights[2] * kFontCharactersPerCol};