Searched refs:hashTable_ (Results 1 – 2 of 2) sorted by relevance
32 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()
95 ListHead* hashTable_ = nullptr; variable