Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/libgd/
H A Dgdft.c203 static gdCache_head_t *fontCache = NULL; variable
778 if (fontCache) {
779 gdCacheDelete(fontCache);
780 fontCache = NULL;
804 if (fontCache) {
811 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);
872 if (!fontCache) {
893 font = (font_t *) gdCacheGet (fontCache, &fontkey);
897 return fontCache->error;

Completed in 7 milliseconds