Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/tests/
H A Dbug43475.phpt14 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);
H A Dbug72604.phpt2 Bug #72604 (imagearc() ignores thickness for full arcs)
H A Dbug40764.phpt2 Bug #40764 (line thickness not respected for horizontal and vertical lines)
H A Dimagesetthickness_basic.phpt20 // Set the line thickness to 5
/PHP-7.0/ext/gd/libgd/
H A Dgd.h705 void gdImageSetThickness(gdImagePtr im, int thickness);
H A Dgd.c2769 void gdImageSetThickness (gdImagePtr im, int thickness) in gdImageSetThickness() argument
2771 im->thick = thickness; in gdImageSetThickness()
/PHP-7.0/ext/gd/
H A Dgd.c181 ZEND_ARG_INFO(0, thickness)
/PHP-7.0/
H A DNEWS1260 . Fixed bug #72604 (imagearc() ignores thickness for full arcs). (cmb)

Completed in 46 milliseconds