Home
last modified time | relevance | path

Searched refs:thickness (Results 1 – 8 of 8) sorted by last modified time

/PHP-5.6/ext/gd/tests/
H A Dimagesetthickness_basic.phpt20 // Set the line thickness to 5
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 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);
/PHP-5.6/ext/gd/libgd/
H A Dgd.c2771 void gdImageSetThickness (gdImagePtr im, int thickness) in gdImageSetThickness() argument
2773 im->thick = thickness; in gdImageSetThickness()
H A Dgd.h707 void gdImageSetThickness(gdImagePtr im, int thickness);
/PHP-5.6/ext/gd/
H A Dgd.c187 ZEND_ARG_INFO(0, thickness)
/PHP-5.6/
H A DNEWS489 . Fixed bug #72604 (imagearc() ignores thickness for full arcs). (cmb)
8919 - Fixed bug #41717 (imagepolygon does not respect thickness). (Pierre)
9219 - Fixed bug #40764 (line thickness not respected for horizontal and vertical

Completed in 63 milliseconds