Home
last modified time | relevance | path

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

/dports/multimedia/xanim/xanim2920/
H A Dxa_cmap.c47 xaULONG find_red[256],find_green[256],find_blue[256]; variable
157 find_blue[i] = 5 * i * i;
178 diff += find_blue[ CMAP_ABS(b - (xaLONG)(find_cmap[i].blue)) ];
/dports/x11/xterm/xterm-370/
H A Dmisc.c3162 xtermClosestColor(XtermWidget xw, int find_red, int find_green, int find_blue) in xtermClosestColor() argument
3172 TRACE(("xtermClosestColor(%x/%x/%x)\n", find_red, find_green, find_blue)); in xtermClosestColor()
3188 diff_blue = ColorDiff(find_blue, res->blue); in xtermClosestColor()
3205 (void) find_blue; in xtermClosestColor()