Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_transform.c9 int *row_dst = im->tpixels[y]; in gdImageFlipVertical() local
13 p = row_dst[x]; in gdImageFlipVertical()
14 row_dst[x] = im->tpixels[im->sy - 1 - y][x]; in gdImageFlipVertical()

Completed in 5 milliseconds