Home
last modified time | relevance | path

Searched refs:tc_key (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgdft.c599 tweencolorkey_t tc_key; local
602 tc_key.fgcolor = fg;
603 tc_key.im = im;
682tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1);
684 tc_key.pixel = ((bitmap.buffer[pc / 8] << (pc % 8)) & 128) ? NUMCOLORS : 0;
686 tc_key.pixel = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? NUMCOLORS : 0;
690 if (tc_key.pixel > 0) { /* if not background */
699 if (tc_key.pixel == NUMCOLORS) {
706 tc_key.bgcolor = *pixel;
707 tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);

Completed in 7 milliseconds