Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd.c1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1918 int wx2,wy2; in gdImageFill() local
1940 wx2=im->sx;wy2=im->sy; in gdImageFill()
1942 if (oc==nc || x<0 || x>wx2 || y<0 || y>wy2) { in gdImageFill()
2014 int wx2,wy2; in _gdImageFillTiled() local
2024 wx2=im->sx;wy2=im->sy; in _gdImageFillTiled()

Completed in 20 milliseconds