Searched refs:thickness (Results 1 – 8 of 8) sorted by relevance
15 function setStyleAndThickness($im, $color, $thickness)19 while ($i < 16 * $thickness) {22 while ($i < 20 * $thickness) {25 while ($i < 28 * $thickness) {28 while ($i < 32 * $thickness) {32 imagesetthickness($im, $thickness);
2 Bug #72604 (imagearc() ignores thickness for full arcs)
2 Bug #40764 (line thickness not respected for horizontal and vertical lines)
21 // Set the line thickness to 5
501 function imagesetthickness(GdImage $image, int $thickness): bool {} argument
40 ZEND_ARG_TYPE_INFO(0, thickness, IS_LONG, 0)
733 void gdImageSetThickness(gdImagePtr im, int thickness);
2813 void gdImageSetThickness (gdImagePtr im, int thickness) in gdImageSetThickness() argument2815 im->thick = thickness; in gdImageSetThickness()
Completed in 21 milliseconds