Searched refs:gdCacheCreate (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gdcache.h | 76 gdCacheCreate(
|
H A D | gdcache.c | 57 gdCacheCreate ( in gdCacheCreate() function 189 cacheTable = gdCacheCreate (3, cacheTest, cacheFetch, cacheRelease); in main()
|
H A D | gdft.c | 801 fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease); 857 tc_cache = gdCacheCreate(TWEENCOLORCACHESIZE, tweenColorTest, tweenColorFetch, tweenColorRelease);
|
/PHP-7.2/ext/gd/ |
H A D | gdcache.h | 77 gdCacheCreate(
|
H A D | gdcache.c | 58 gdCacheCreate( in gdCacheCreate() function 189 cacheTable = gdCacheCreate(3, cacheTest, cacheFetch, cacheRelease); in main()
|
/PHP-7.2/main/ |
H A D | php_compat.h | 375 #define gdCacheCreate php_gd_gdCacheCreate macro
|
Completed in 23 milliseconds