Searched refs:FONT_HASH_MASK (Results 1 – 2 of 2) sorted by relevance
76 uint8_t font = (fontKey ^ unicode) & FONT_HASH_MASK; in GetNodeFromCache()96 uint8_t font = (fontKey ^ unicode) & FONT_HASH_MASK; in GetNodeCacheSpace()
49 static constexpr uint32_t FONT_HASH_MASK = FONT_HASH_NR - 1; variable