Home
last modified time | relevance | path

Searched refs:IMG_COLOR_STYLED (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/gd/tests/
H A Dbug43475.phpt40 imageline($im, 50, 250, 550, 250, IMG_COLOR_STYLED);
41 imageline($im, 550, 250, 550, 750, IMG_COLOR_STYLED);
42 imageline($im, 550, 750, 50, 250, IMG_COLOR_STYLED);
45 imageline($im, 100, 200, 600, 200, IMG_COLOR_STYLED);
46 imageline($im, 600, 200, 600, 700, IMG_COLOR_STYLED);
47 imageline($im, 600, 700, 100, 200, IMG_COLOR_STYLED);
50 imageline($im, 150, 150, 650, 150, IMG_COLOR_STYLED);
51 imageline($im, 650, 150, 650, 650, IMG_COLOR_STYLED);
52 imageline($im, 650, 650, 150, 150, IMG_COLOR_STYLED);
55 imageline($im, 200, 100, 700, 100, IMG_COLOR_STYLED);
[all …]
H A Ddashedlines.phpt17 imageline($im, 0,5, 5,5, IMG_COLOR_STYLED);
38 imageline($im, 2,0, 2,5, IMG_COLOR_STYLED);
58 imageline($im, 0,0, 5,5, IMG_COLOR_STYLED);
H A Dbug72709.phpt16 imagesetpixel($im, 0, 0, IMG_COLOR_STYLED);
/PHP-8.3/ext/gd/
H A Dgd.stub.php77 const IMG_COLOR_STYLED = UNKNOWN; define

Completed in 10 milliseconds