Searched refs:gdCache_head_t (Results 1 – 3 of 3) sorted by relevance
64 typedef struct gdCache_head_s gdCache_head_t; typedef75 gdCache_head_t *83 gdCacheDelete( gdCache_head_t *head );86 gdCacheGet( gdCache_head_t *head, void *keydata );
56 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()
123 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 10 milliseconds