Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_rotate.c120 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
142 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 4 milliseconds