Lines Matching refs:LVFontGlyphCacheItemA

24         LVFontGlyphCacheItemA *ptr = head;  in clear()
27 LVFontGlyphCacheItemA::freeItem(ptr); in clear()
31 LVFontGlyphCacheItemA *LVFontLocalGlyphCacheA::getByChar(lChar32 ch) { in getByChar()
33 LVFontGlyphCacheItemA *ptr = head; in getByChar()
44 LVFontGlyphCacheItemA* LVFontLocalGlyphCacheA::getByIndex(lUInt32 index) in getByIndex()
47 LVFontGlyphCacheItemA *ptr = head; in getByIndex()
58 void LVFontLocalGlyphCacheA::put(LVFontGlyphCacheItemA *item) { in put()
70 void LVFontLocalGlyphCacheA::remove(LVFontGlyphCacheItemA *item) { in remove()
86 void LVFontGlobalGlyphCacheA::refresh(LVFontGlyphCacheItemA *item) { in refresh()
95 void LVFontGlobalGlyphCacheA::put(LVFontGlyphCacheItemA *item) { in put()
100 void LVFontGlobalGlyphCacheA::putNoLock(LVFontGlyphCacheItemA *item) { in putNoLock()
104 LVFontGlyphCacheItemA *removed_item = tail; in putNoLock()
109 LVFontGlyphCacheItemA::freeItem(removed_item); in putNoLock()
121 void LVFontGlobalGlyphCacheA::remove(LVFontGlyphCacheItemA *item) { in remove()
126 void LVFontGlobalGlyphCacheA::removeNoLock(LVFontGlyphCacheItemA *item) { in removeNoLock()
145 LVFontGlyphCacheItemA *ptr = head; in clear()
148 LVFontGlyphCacheItemA::freeItem(ptr); in clear()
152 LVFontGlyphCacheItemA *LVFontGlyphCacheItemA::newItem(LVFontLocalGlyphCacheA *local_cache, lChar32 … in newItem()
153 LVFontGlyphCacheItemA *item = (LVFontGlyphCacheItemA *) malloc(sizeof(LVFontGlyphCacheItemA) in newItem()
172 LVFontGlyphCacheItemA *LVFontGlyphCacheItemA::newItem(LVFontLocalGlyphCacheA* local_cache, lUInt32 … in newItem()
174 LVFontGlyphCacheItemA *item = (LVFontGlyphCacheItemA *) malloc(sizeof(LVFontGlyphCacheItemA) in newItem()
193 void LVFontGlyphCacheItemA::freeItem(LVFontGlyphCacheItemA *item) { in freeItem()