Home
last modified time | relevance | path

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

/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dcolormatcher_open.cpp121 BYTE diff_green = g & 0x1f; in Interpolate() local
124 *cyanout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, cyan, INTERPOLATE_5_BITS ); in Interpolate()
125 *magentaout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, magenta, INTERPOLATE_5_BITS ); in Interpolate()
126 *yellowout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, yellow, INTERPOLATE_5_BITS ); in Interpolate()
127 *blackout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, black, INTERPOLATE_5_BITS ); in Interpolate()
173 BYTE diff_green = g & 0x0f; in Interpolate() local
176 *cyanout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, cyan, INTERPOLATE_4_BITS ); in Interpolate()
177 *magentaout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, magenta, INTERPOLATE_4_BITS ); in Interpolate()
178 *yellowout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, yellow, INTERPOLATE_4_BITS ); in Interpolate()
179 *blackout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, black, INTERPOLATE_4_BITS ); in Interpolate()
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DColorMatcher.cpp409 BYTE diff_green = g & 0x1f; in Interpolate() local
412 *cyanout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, cyan, INTERPOLATE_5_BITS ); in Interpolate()
413 *magentaout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, magenta, INTERPOLATE_5_BITS ); in Interpolate()
414 *yellowout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, yellow, INTERPOLATE_5_BITS ); in Interpolate()
415 *blackout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, black, INTERPOLATE_5_BITS ); in Interpolate()
455 BYTE diff_green = g & 0x0f; in Interpolate() local
458 *cyanout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, cyan, INTERPOLATE_4_BITS ); in Interpolate()
459 *magentaout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, magenta, INTERPOLATE_4_BITS ); in Interpolate()
460 *yellowout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, yellow, INTERPOLATE_4_BITS ); in Interpolate()
461 *blackout = INTERPOLATE_CUBE(diff_red,diff_green,diff_blue, black, INTERPOLATE_4_BITS ); in Interpolate()
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DColors.c95 var hue, sat, diff_red, diff_green, diff_blue; in RGB2HSL() local
110 diff_green = ((255 * (max_val - green)) / 6 + (255 * diff_val) / 2) / diff_val; in RGB2HSL()
114 hue = diff_blue -diff_green; in RGB2HSL()
118 hue = 510 / 3 + diff_green - diff_red; in RGB2HSL()
/dports/cad/magic/magic-8.3.245/scmos/
H A Dmos.7bit.std.cmap6 66 213 66 2 diff_green
H A Dmos.24bit.std.cmap8 66 213 66 2 diff_green
H A Dmos.OpenGL.std.cmap8 66 213 66 2 diff_green
/dports/x11/xterm/xterm-370/
H A Dmisc.c3170 long diff_red, diff_green, diff_blue; in xtermClosestColor() local
3187 diff_green = ColorDiff(find_green, res->green); in xtermClosestColor()
3190 + (diff_green * diff_green) in xtermClosestColor()