Searched refs:g_glyph_cache (Results 1 – 1 of 1) sorted by relevance
109 memset(g_glyph_cache,0,sizeof(g_glyph_cache)); in glyph_cache_init()123 VFT_FREE(g_glyph_cache[i].h_path); in glyph_cache_free()126 g_glyph_cache[i].h_path = NULL; in glyph_cache_free()145 g_glyph_cache[i].g->unicode ) in vft_cache_lookup()147 g_glyph_cache[i].use_count++; in vft_cache_lookup()148 return g_glyph_cache[i].h_path; in vft_cache_lookup()155 if ( g_glyph_cache[i].use_count < in vft_cache_lookup()166 g_glyph_cache[unused_idx].h_path = in vft_cache_lookup()178 g_glyph_cache[unused_idx].g = g; in vft_cache_lookup()179 g_glyph_cache[unused_idx].use_count = 1; in vft_cache_lookup()[all …]
Completed in 4 milliseconds