Home
last modified time | relevance | path

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

/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Dhalftone.c130 #define GRAYSTEP ((unsigned long)(65536 / GRAYS)) macro
200 *(cimage->rgb.blue + x))) / GRAYSTEP;
224 cimage->rgb.blue[color])) / GRAYSTEP;
231 (TRUE_BLUE(color) << 8))) / GRAYSTEP;
/dports/x11/xloadimage/xloadimage.4.1/
H A Dhalftone.c130 #define GRAYSTEP ((unsigned long)(65536 / GRAYS)) macro
200 *(cimage->rgb.blue + x))) / GRAYSTEP;
224 cimage->rgb.blue[color])) / GRAYSTEP;
231 (TRUE_BLUE(color) << 8))) / GRAYSTEP;
/dports/graphics/xli/xli-2006-11-10/
H A Dhalftone.c136 #define GRAYSTEP ((unsigned long)(65536 / GRAYS)) macro
210 *(cimage->rgb.blue + x))) / GRAYSTEP; in halftone()
230 …orIntensity(cimage->rgb.red[color], cimage->rgb.green[color], cimage->rgb.blue[color])) / GRAYSTEP; in halftone()
234 …orIntensity((TRUE_RED(color) << 8), (TRUE_GREEN(color) << 8), (TRUE_BLUE(color) << 8))) / GRAYSTEP; in halftone()
/dports/x11/xloadimage/debian/patches/
H A D06_-Wall-cleanup.patch158 #define GRAYSTEP ((unsigned long)(65536 / GRAYS))