Searched refs:thickness (Results 1 – 8 of 8) sorted by relevance
18 function setStyleAndThickness($im, $color, $thickness)22 while ($i < 16 * $thickness) {25 while ($i < 20 * $thickness) {28 while ($i < 28 * $thickness) {31 while ($i < 32 * $thickness) {35 imagesetthickness($im, $thickness);
2 Bug #72604 (imagearc() ignores thickness for full arcs)
2 Bug #40764 (line thickness not respected for horizontal and vertical lines)
24 // 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)
735 void gdImageSetThickness(gdImagePtr im, int thickness);
2867 void gdImageSetThickness (gdImagePtr im, int thickness) in gdImageSetThickness() argument2869 im->thick = thickness; in gdImageSetThickness()
Completed in 32 milliseconds