Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgdft.c203 static gdCache_head_t *fontCache = NULL; variable
761 if (fontCache) {
762 gdCacheDelete(fontCache);
763 fontCache = NULL;
787 if (fontCache) {
794 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);
855 if (!fontCache) {
876 font = (font_t *) gdCacheGet (fontCache, &fontkey);
880 return fontCache->error;

Completed in 7 milliseconds