Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/Tools/glyphcache_bench/
H A Dlvfontglyphcache_a.h25 struct LVFontGlyphCacheItemA;
29 LVFontGlyphCacheItemA *head;
30 LVFontGlyphCacheItemA *tail;
47 void put(LVFontGlyphCacheItemA *item);
60 LVFontGlyphCacheItemA *head;
61 LVFontGlyphCacheItemA *tail;
84 struct LVFontGlyphCacheItemA { struct
85 LVFontGlyphCacheItemA *prev_global; argument
86 LVFontGlyphCacheItemA *next_global; argument
87 LVFontGlyphCacheItemA *prev_local; argument
[all …]
H A Dlvfontglyphcache_a.cpp24 LVFontGlyphCacheItemA *ptr = head; in clear()
27 LVFontGlyphCacheItemA::freeItem(ptr); in clear()
33 LVFontGlyphCacheItemA *ptr = head; in getByChar()
47 LVFontGlyphCacheItemA *ptr = head; in getByIndex()
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()
[all …]
H A Dmain.cpp272 LVFontGlyphCacheItemA* itemA; in main()
292 itemA = LVFontGlyphCacheItemA::newItem(&localCacheA, glyphCodes_tofill[i], 10, 10); in main()