Searched refs:fontCache (Results 1 – 1 of 1) sorted by relevance
202 static gdCache_head_t *fontCache = NULL; variable724 if (fontCache) {725 gdCacheDelete(fontCache);726 fontCache = NULL;750 if (fontCache) {757 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);820 if (!fontCache) {832 font = (font_t *) gdCacheGet (fontCache, &fontkey);836 return fontCache->error;
Completed in 5 milliseconds