Searched refs:fontCache (Results 1 – 1 of 1) sorted by relevance
203 static gdCache_head_t *fontCache = NULL; variable778 if (fontCache) {779 gdCacheDelete(fontCache);780 fontCache = NULL;804 if (fontCache) {811 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);872 if (!fontCache) {893 font = (font_t *) gdCacheGet (fontCache, &fontkey);897 return fontCache->error;
Completed in 6 milliseconds