wx2              1868 ext/gd/libgd/gd.c 	int wx2,wy2;
wx2              1890 ext/gd/libgd/gd.c 	wx2=im->sx;wy2=im->sy;
wx2              1892 ext/gd/libgd/gd.c 	if (oc==nc || x<0 || x>wx2 || y<0 || y>wy2) {
wx2              1939 ext/gd/libgd/gd.c 			for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) {
wx2              1963 ext/gd/libgd/gd.c 	int wx2,wy2;
wx2              1973 ext/gd/libgd/gd.c 	wx2=im->sx;wy2=im->sy;
wx2              2009 ext/gd/libgd/gd.c 			for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) {