Home
last modified time | relevance | path

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

/dports/multimedia/xanim/xanim2920/
H A Dxa_cmap.c47 xaULONG find_red[256],find_green[256],find_blue[256]; variable
155 find_red[i] = 11 * i * i;
176 diff = find_red[ CMAP_ABS(r - (xaLONG)(find_cmap[i].red)) ];
/dports/graphics/p5-Image-Imlib2/Image-Imlib2-2.03/
H A DREADME413 my($rx, $ry) = $i->find_red;
/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()
3186 diff_red = ColorDiff(find_red, res->red); in xtermClosestColor()
3203 (void) find_red; in xtermClosestColor()