Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_pixelate.c18 gdImageFilledRectangle(im, x, y, x + block_size - 1, y + block_size - 1, c); in gdImagePixelate()
48 gdImageFilledRectangle(im, x, y, x + block_size - 1, y + block_size - 1, c); in gdImagePixelate()
H A Dgdtestft.c80 gdImageFilledRectangle (im, 0, 0, x, y, white); in main()
H A Dgdtest.c247 gdImageFilledRectangle (im3, 0, 0, 49, 30, colRed); in main()
248 gdImageFilledRectangle (im3, 50, 30, 99, 59, colBlu); in main()
H A Dgd.h433 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
H A Dgd.c1065 gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); in gdImageHLine()
1084 gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col); in gdImageVLine()
2118 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle() function
/PHP-5.5/main/
H A Dphp_compat.h262 #define gdImageFilledRectangle php_gd_gdImageFilledRectangle macro
/PHP-5.5/ext/gd/
H A Dgd.c3163 gdImageFilledRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION()

Completed in 48 milliseconds