Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgdft.c203 static gdCache_head_t *fontCache = NULL; variable
762 if (fontCache) {
763 gdCacheDelete(fontCache);
764 fontCache = NULL;
788 if (fontCache) {
795 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);
856 if (!fontCache) {
877 font = (font_t *) gdCacheGet (fontCache, &fontkey);
881 return fontCache->error;

Completed in 6 milliseconds