Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache.cpp32 hashTable_ = reinterpret_cast<ListHead*>(allocator_.Allocate(hashTableSize)); in UIFontCache()
34 ListInit(hashTable_ + 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.h95 ListHead* hashTable_ = nullptr; variable