Lines Matching refs:tc_cache
635 static char * gdft_draw_bitmap (gdCache_head_t *tc_cache, gdImage * im, int fg, FT_Bitmap bitmap, i… argument
759 tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);
860 gdCache_head_t *tc_cache; local
867 tc_cache = gdCacheCreate(TWEENCOLORCACHESIZE, tweenColorTest, tweenColorFetch, tweenColorRelease);
874 gdCacheDelete(tc_cache);
895 gdCacheDelete(tc_cache);
915 gdCacheDelete(tc_cache);
1101 gdCacheDelete(tc_cache);
1111 gdCacheDelete(tc_cache);
1159 gdCacheDelete(tc_cache);
1169 gdCacheDelete(tc_cache);
1180 gdCacheDelete(tc_cache);
1187 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
1229 gdCacheDelete(tc_cache);