rect              844 ext/gd/gd.c    	ZEND_ARG_INFO(0, rect)
rect             4991 ext/gd/gd.c    	gdRect rect;
rect             5007 ext/gd/gd.c    			rect.x = Z_LVAL(lval);
rect             5009 ext/gd/gd.c    			rect.x = Z_LVAL_PP(tmp);
rect             5022 ext/gd/gd.c    			rect.y = Z_LVAL(lval);
rect             5024 ext/gd/gd.c    			rect.y = Z_LVAL_PP(tmp);
rect             5037 ext/gd/gd.c    			rect.width = Z_LVAL(lval);
rect             5039 ext/gd/gd.c    			rect.width = Z_LVAL_PP(tmp);
rect             5052 ext/gd/gd.c    			rect.height = Z_LVAL(lval);
rect             5054 ext/gd/gd.c    			rect.height = Z_LVAL_PP(tmp);
rect             5061 ext/gd/gd.c    	im_crop = gdImageCrop(im, &rect);
rect             5170 ext/gd/gd.c    	gdRect rect;
rect             5222 ext/gd/gd.c    				rect.x = Z_LVAL(lval);
rect             5224 ext/gd/gd.c    				rect.x = Z_LVAL_PP(tmp);
rect             5237 ext/gd/gd.c    				rect.y = Z_LVAL(lval);
rect             5239 ext/gd/gd.c    				rect.y = Z_LVAL_PP(tmp);
rect             5252 ext/gd/gd.c    				rect.width = Z_LVAL(lval);
rect             5254 ext/gd/gd.c    				rect.width = Z_LVAL_PP(tmp);
rect             5267 ext/gd/gd.c    				rect.height = Z_LVAL(lval);
rect             5269 ext/gd/gd.c    				rect.height = Z_LVAL_PP(tmp);
rect             5275 ext/gd/gd.c    		pRect = ▭
rect             5277 ext/gd/gd.c    		rect.x = -1;
rect             5278 ext/gd/gd.c    		rect.y = -1;
rect             5279 ext/gd/gd.c    		rect.width = gdImageSX(src);
rect             5280 ext/gd/gd.c    		rect.height = gdImageSY(src);