Searched refs:fontCache (Results 1 – 1 of 1) sorted by relevance
203 static gdCache_head_t *fontCache = NULL; variable762 if (fontCache) {763 gdCacheDelete(fontCache);764 fontCache = NULL;788 if (fontCache) {795 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);856 if (!fontCache) {877 font = (font_t *) gdCacheGet (fontCache, &fontkey);881 return fontCache->error;
Completed in 6 milliseconds