Searched refs:tc_key (Results 1 – 1 of 1) sorted by relevance
597 tweencolorkey_t tc_key; local600 tc_key.fgcolor = fg;601 tc_key.im = im;680 … tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1);682 tc_key.pixel = ((bitmap.buffer[pc / 8] << (pc % 8)) & 128) ? NUMCOLORS : 0;684 tc_key.pixel = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? NUMCOLORS : 0;688 if (tc_key.pixel > 0) { /* if not background */697 if (tc_key.pixel == NUMCOLORS) {704 tc_key.bgcolor = *pixel;705 tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);
Completed in 7 milliseconds