fontCache         203 ext/gd/libgd/gdft.c static gdCache_head_t *fontCache = NULL;
fontCache         759 ext/gd/libgd/gdft.c 	if (fontCache) {
fontCache         760 ext/gd/libgd/gdft.c 		gdCacheDelete(fontCache);
fontCache         761 ext/gd/libgd/gdft.c 		fontCache = NULL;
fontCache         785 ext/gd/libgd/gdft.c 	if (fontCache) {
fontCache         792 ext/gd/libgd/gdft.c 	fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);
fontCache         855 ext/gd/libgd/gdft.c 	if (!fontCache) {
fontCache         876 ext/gd/libgd/gdft.c 	font = (font_t *) gdCacheGet (fontCache, &fontkey);
fontCache         880 ext/gd/libgd/gdft.c 		return fontCache->error;