Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgdft.c202 static gdCache_head_t *fontCache = NULL; variable
724 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