Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgdft.c633 tweencolorkey_t tc_key; local
636 tc_key.fgcolor = fg;
637 tc_key.im = im;
724tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1);
726 tc_key.pixel = ((bitmap.buffer[pc / 8] << (pc % 8)) & 128) ? NUMCOLORS : 0;
728 tc_key.pixel = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? NUMCOLORS : 0;
732 if (tc_key.pixel > 0) { /* if not background */
741 if (tc_key.pixel == NUMCOLORS) {
748 tc_key.bgcolor = *pixel;
749 tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);

Completed in 8 milliseconds