gdImageFilledRectangle 3501 ext/gd/gd.c    	gdImageFilledRectangle(im, Z_LVAL_PP(x1), Z_LVAL_PP(y1), Z_LVAL_PP(x2), Z_LVAL_PP(y2), Z_LVAL_PP(col));
gdImageFilledRectangle 1046 ext/gd/libgd/gd.c 		gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col);
gdImageFilledRectangle 1065 ext/gd/libgd/gd.c 		gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col);
gdImageFilledRectangle  304 ext/gd/libgd/gd.h void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
gdImageFilledRectangle  247 ext/gd/libgd/gdtest.c   gdImageFilledRectangle (im3, 0, 0, 49, 30, colRed);
gdImageFilledRectangle  248 ext/gd/libgd/gdtest.c   gdImageFilledRectangle (im3, 50, 30, 99, 59, colBlu);
gdImageFilledRectangle   80 ext/gd/libgd/gdtestft.c   gdImageFilledRectangle (im, 0, 0, x, y, white);