Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgdft.c203 static gdCache_head_t *fontCache = NULL; variable
768 if (fontCache) {
769 gdCacheDelete(fontCache);
770 fontCache = NULL;
794 if (fontCache) {
801 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);
862 if (!fontCache) {
883 font = (font_t *) gdCacheGet (fontCache, &fontkey);
887 return fontCache->error;

Completed in 15 milliseconds