Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c742 p = im->style[im->stylePos++]; in gdImageSetPixel()
747 im->stylePos = im->stylePos % im->styleLength; in gdImageSetPixel()
754 p = im->style[im->stylePos++]; in gdImageSetPixel()
758 im->stylePos = im->stylePos % im->styleLength; in gdImageSetPixel()
1036 dst->stylePos = src->stylePos; in gdImageClone()
2864 im->stylePos = 0; in gdImageSetStyle()
H A Dgd.h201 int stylePos; member

Completed in 41 milliseconds