Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug43475.phpt18 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);
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.phpt24 // Set the line thickness to 5
/php-src/ext/gd/
H A Dgd.stub.php501 function imagesetthickness(GdImage $image, int $thickness): bool {} argument
H A Dgd_arginfo.h40 ZEND_ARG_TYPE_INFO(0, thickness, IS_LONG, 0)
/php-src/ext/gd/libgd/
H A Dgd.h733 void gdImageSetThickness(gdImagePtr im, int thickness);
H A Dgd.c2783 void gdImageSetThickness (gdImagePtr im, int thickness) in gdImageSetThickness() argument
2785 im->thick = thickness; in gdImageSetThickness()

Completed in 49 milliseconds