Lines Matching refs:tc_cache
625 static char * gdft_draw_bitmap (gdCache_head_t *tc_cache, gdImage * im, int fg, FT_Bitmap bitmap, i… argument
749 tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);
850 gdCache_head_t *tc_cache; local
857 tc_cache = gdCacheCreate(TWEENCOLORCACHESIZE, tweenColorTest, tweenColorFetch, tweenColorRelease);
864 gdCacheDelete(tc_cache);
885 gdCacheDelete(tc_cache);
905 gdCacheDelete(tc_cache);
1091 gdCacheDelete(tc_cache);
1101 gdCacheDelete(tc_cache);
1149 gdCacheDelete(tc_cache);
1159 gdCacheDelete(tc_cache);
1170 gdCacheDelete(tc_cache);
1177 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
1219 gdCacheDelete(tc_cache);