Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_compat.h293 #define gdImageRectangle php_gd_gdImageRectangle macro
/PHP-5.3/ext/gd/libgd/
H A Dgd.h309 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
H A Dgd.c2030 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle() function
/PHP-5.3/ext/gd/
H A Dgd.c3244 gdImageRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION()

Completed in 53 milliseconds