Searched refs:iy1_temp (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/ |
H A D | gd.c | 645 int iy1_temp; local 651 iy1_temp = *iy1; 656 iy1_temp = iy1[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 | 635 int iy1_temp; local 640 iy1_temp = *iy1; 645 aqtAddFilledRect(ix1_temp, iy1_temp, ix2_temp, iy2_temp);
|