Searched refs:fontCache (Results 1 – 1 of 1) sorted by relevance
203 static gdCache_head_t *fontCache = NULL; variable768 if (fontCache) {769 gdCacheDelete(fontCache);770 fontCache = NULL;794 if (fontCache) {801 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);862 if (!fontCache) {883 font = (font_t *) gdCacheGet (fontCache, &fontkey);887 return fontCache->error;
Completed in 6 milliseconds