Searched refs:ix2_temp (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/ |
H A D | gd.c | 646 int ix2_temp; local 652 ix2_temp = *ix2; 657 ix2_temp = ix2[0]; 663 gdImageLine(im, ix1_temp, iy1_temp, ix2_temp, iy2_temp, 666 gdImageLine(im, ix1_temp, iy1_temp, ix2_temp, iy2_temp, 672 gdImageLine(im,ix1_temp,iy1_temp,ix2_temp,iy2_temp,gdStyled);
|
H A D | aqua.c | 636 int ix2_temp; local 641 ix2_temp = *ix2; 645 aqtAddFilledRect(ix1_temp, iy1_temp, ix2_temp, iy2_temp);
|