Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgdft.c33 #ifdef NUMCOLORS
34 #undef NUMCOLORS
36 #define NUMCOLORS 8 macro
600 if ((pixel + pixel) >= NUMCOLORS) {
606 npixel = NUMCOLORS - pixel;
618 gdAlphaMax - (gdTrueColorGetAlpha (fg) * pixel / NUMCOLORS));
621 (pixel * im->red[fg] + npixel * im->red[bg]) / NUMCOLORS,
622 (pixel * im->green[fg] + npixel * im->green[bg]) / NUMCOLORS,
623 (pixel * im->blue[fg] + npixel * im->blue[bg]) / NUMCOLORS);
736 tc_key.pixel = ((bitmap.buffer[pc / 8] << (pc % 8)) & 128) ? NUMCOLORS : 0;
[all …]

Completed in 6 milliseconds