Searched refs:iYPos (Results 1 – 1 of 1) sorted by relevance
116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local138 iYPos = i + iOffset; in gdImageSkewY()182 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()183 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()189 i = iYPos; in gdImageSkewY()
Completed in 5 milliseconds