Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c1876 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1888 int wx2,wy2; in gdImageFill() local
1910 wx2=im->sx;wy2=im->sy; in gdImageFill()
1912 if (oc==nc || x<0 || x>wx2 || y<0 || y>wy2) { in gdImageFill()
1984 int wx2,wy2; in _gdImageFillTiled() local
1994 wx2=im->sx;wy2=im->sy; in _gdImageFillTiled()

Completed in 14 milliseconds