Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c969 static void _gdImageFilledHRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color);
975 _gdImageFilledHRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); in gdImageHLine()
2133 static void _gdImageFilledHRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in _gdImageFilledHRectangle() function

Completed in 16 milliseconds