Searched refs:FONT_HASH_SHIFT (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ | ||
H A D | glyphs_cache.h | 44 static constexpr uint8_t FONT_HASH_SHIFT = 3; member in OHOS::GlyphsCache 46 static constexpr uint8_t FONT_HASH_SHIFT = 4; member in OHOS::GlyphsCache 48 static constexpr uint8_t FONT_HASH_NR = 1 << FONT_HASH_SHIFT; |
Completed in 1 milliseconds