Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_cache.cpp76 uint8_t font = (fontKey ^ unicode) & FONT_HASH_MASK; in GetNodeFromCache()
96 uint8_t font = (fontKey ^ unicode) & FONT_HASH_MASK; in GetNodeCacheSpace()
H A Dglyphs_cache.h49 static constexpr uint32_t FONT_HASH_MASK = FONT_HASH_NR - 1; variable