Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug43475.phpt43 imageline($im, 50, 250, 550, 250, IMG_COLOR_STYLED);
44 imageline($im, 550, 250, 550, 750, IMG_COLOR_STYLED);
45 imageline($im, 550, 750, 50, 250, IMG_COLOR_STYLED);
48 imageline($im, 100, 200, 600, 200, IMG_COLOR_STYLED);
49 imageline($im, 600, 200, 600, 700, IMG_COLOR_STYLED);
50 imageline($im, 600, 700, 100, 200, IMG_COLOR_STYLED);
53 imageline($im, 150, 150, 650, 150, IMG_COLOR_STYLED);
54 imageline($im, 650, 150, 650, 650, IMG_COLOR_STYLED);
55 imageline($im, 650, 650, 150, 150, IMG_COLOR_STYLED);
58 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-src/ext/gd/
H A Dgd.stub.php77 const IMG_COLOR_STYLED = UNKNOWN; define

Completed in 7 milliseconds