tc_key 632 ext/gd/libgd/gdft.c tweencolorkey_t tc_key; tc_key 635 ext/gd/libgd/gdft.c tc_key.fgcolor = fg; tc_key 636 ext/gd/libgd/gdft.c tc_key.im = im; tc_key 715 ext/gd/libgd/gdft.c tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1); tc_key 717 ext/gd/libgd/gdft.c tc_key.pixel = ((bitmap.buffer[pc / 8] << (pc % 8)) & 128) ? NUMCOLORS : 0; tc_key 719 ext/gd/libgd/gdft.c tc_key.pixel = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? NUMCOLORS : 0; tc_key 723 ext/gd/libgd/gdft.c if (tc_key.pixel > 0) { /* if not background */ tc_key 732 ext/gd/libgd/gdft.c if (tc_key.pixel == NUMCOLORS) { tc_key 739 ext/gd/libgd/gdft.c tc_key.bgcolor = *pixel; tc_key 740 ext/gd/libgd/gdft.c tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);