Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgdcache.h64 typedef struct gdCache_head_s gdCache_head_t; typedef
75 gdCache_head_t *
83 gdCacheDelete( gdCache_head_t *head );
86 gdCacheGet( gdCache_head_t *head, void *keydata );
H A Dgdcache.c56 gdCache_head_t *
63 gdCache_head_t *head; in gdCacheCreate()
65 head = (gdCache_head_t *) gdPMalloc(sizeof (gdCache_head_t)); in gdCacheCreate()
75 gdCacheDelete (gdCache_head_t * head) in gdCacheDelete()
91 gdCacheGet (gdCache_head_t * head, void *keydata) in gdCacheGet()
186 gdCache_head_t *cacheTable; in main()
H A Dgdft.c123 gdCache_head_t *glyphCache;
203 static gdCache_head_t *fontCache = NULL;
625 static char * gdft_draw_bitmap (gdCache_head_t *tc_cache, gdImage * im, int fg, FT_Bitmap bitmap, i…
850 gdCache_head_t *tc_cache;

Completed in 9 milliseconds