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
25 function imagesetthickness(GdImage $image, int $thickness): bool {} argument
40 ZEND_ARG_TYPE_INFO(0, thickness, IS_LONG, 0)
710 void gdImageSetThickness(gdImagePtr im, int thickness);
2813 void gdImageSetThickness (gdImagePtr im, int thickness) in gdImageSetThickness() argument2815 im->thick = thickness; in gdImageSetThickness()
Completed in 23 milliseconds