Home
last modified time | relevance | path

Searched refs:fontCache (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgdft.c202 static gdCache_head_t *fontCache = NULL; variable
726 if (fontCache) {
727 gdCacheDelete(fontCache);
728 fontCache = NULL;
752 if (fontCache) {
759 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);
822 if (!fontCache) {
834 font = (font_t *) gdCacheGet (fontCache, &fontkey);
838 return fontCache->error;

Completed in 10 milliseconds