Searched refs:fontCache (Results 1 – 1 of 1) sorted by relevance
203 static gdCache_head_t *fontCache = NULL; variable761 if (fontCache) {762 gdCacheDelete(fontCache);763 fontCache = NULL;787 if (fontCache) {794 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);855 if (!fontCache) {876 font = (font_t *) gdCacheGet (fontCache, &fontkey);880 return fontCache->error;
Completed in 9 milliseconds