Home
last modified time | relevance | path

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

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