Searched refs:iYPos (Results 1 – 1 of 1) sorted by relevance
120 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local142 iYPos = i + iOffset; in gdImageSkewY()186 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()187 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()193 i = iYPos; in gdImageSkewY()
Completed in 6 milliseconds