Searched refs:thickness (Results 1 – 8 of 8) sorted by relevance
14 function setStyleAndThickness($im, $color, $thickness)18 while ($i < 16 * $thickness) {21 while ($i < 20 * $thickness) {24 while ($i < 28 * $thickness) {27 while ($i < 32 * $thickness) {31 imagesetthickness($im, $thickness);
2 Bug #72604 (imagearc() ignores thickness for full arcs)
2 Bug #40764 (line thickness not respected for horizontal and vertical lines)
20 // Set the line thickness to 5
718 void gdImageSetThickness(gdImagePtr im, int thickness);
2816 void gdImageSetThickness (gdImagePtr im, int thickness) in gdImageSetThickness() argument2818 im->thick = thickness; in gdImageSetThickness()
179 ZEND_ARG_INFO(0, thickness)
2719 . Fixed bug #72604 (imagearc() ignores thickness for full arcs). (cmb)
Completed in 45 milliseconds