Home
last modified time | relevance | path

Searched refs:LVFontLocalGlyphCacheA (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/Tools/glyphcache_bench/
H A Dlvfontglyphcache_a.h58 class LVFontLocalGlyphCacheA {
65 LVFontLocalGlyphCacheA(LVFontGlobalGlyphCacheA *globalCache) in LVFontLocalGlyphCacheA() function
68 ~LVFontLocalGlyphCacheA() { in ~LVFontLocalGlyphCacheA()
89 LVFontLocalGlyphCacheA *local_cache;
109 …static LVFontGlyphCacheItemA *newItem(LVFontLocalGlyphCacheA *local_cache, lChar32 data, int w, in…
111 …static LVFontGlyphCacheItemA *newItem(LVFontLocalGlyphCacheA *local_cache, lUInt32 glyph_index, in…
H A Dlvfontglyphcache_a.cpp21 void LVFontLocalGlyphCacheA::clear() { in clear()
31 LVFontGlyphCacheItemA *LVFontLocalGlyphCacheA::getByChar(lChar32 ch) { in getByChar()
44 LVFontGlyphCacheItemA* LVFontLocalGlyphCacheA::getByIndex(lUInt32 index) in getByIndex()
58 void LVFontLocalGlyphCacheA::put(LVFontGlyphCacheItemA *item) { in put()
70 void LVFontLocalGlyphCacheA::remove(LVFontGlyphCacheItemA *item) { in remove()
152 LVFontGlyphCacheItemA *LVFontGlyphCacheItemA::newItem(LVFontLocalGlyphCacheA *local_cache, lChar32 … in newItem()
172 LVFontGlyphCacheItemA *LVFontGlyphCacheItemA::newItem(LVFontLocalGlyphCacheA* local_cache, lUInt32 … in newItem()
H A Dmain.cpp271 LVFontLocalGlyphCacheA localCacheA(&globalCacheA); in main()