Home
last modified time | relevance | path

Searched refs:FONT_CACHE_HASH_NR (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache.cpp31 uint32_t hashTableSize = sizeof(ListHead) * FONT_CACHE_HASH_NR; in UIFontCache()
33 for (uint8_t i = 0; i < FONT_CACHE_HASH_NR; i++) { in UIFontCache()
71 ListAdd(&bitmap->hashHead, hashTable_ + unicode % FONT_CACHE_HASH_NR); in GetSpace()
99 ListHead* head = hashTable_ + unicode % FONT_CACHE_HASH_NR; in GetBitmap()
H A Dui_font_cache.h46 static constexpr uint8_t FONT_CACHE_HASH_NR = 32; member in OHOS::UIFontCache

Completed in 1 milliseconds