Home
last modified time | relevance | path

Searched refs:IMG_BICUBIC (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/gd/tests/
H A Dbug79676.phpt2 Bug #79676 (imagescale adds black border with IMG_BICUBIC)
21 test(imagescale($src, $size * 2, $size * 2, IMG_BICUBIC), 'Scale 200%, IMG_BICUBIC mode');
22 test(imagescale($src, $size / 2, $size / 2, IMG_BICUBIC), 'Scale 50%, IMG_BICUBIC mode');
28 Scale 200%, IMG_BICUBIC mode - Test Result: pass
29 Scale 50%, IMG_BICUBIC mode - Test Result: pass
H A Dimagescale_preserve_ratio.phpt10 $thumbnail = imagescale($img, 64, -1, IMG_BICUBIC);
14 $thumbnail = imagescale($img, -1, 64, IMG_BICUBIC);
20 $thumbnail = imagescale($img, 64, -1, IMG_BICUBIC);
24 $thumbnail = imagescale($img, -1, 64, IMG_BICUBIC);
30 $thumbnail = imagescale($img, 64, -1, IMG_BICUBIC);
34 $thumbnail = imagescale($img, -1, 64, IMG_BICUBIC);
H A Dbug65148.phpt11 'IMG_BICUBIC' => IMG_BICUBIC,
61 [IMG_BICUBIC] => Array
H A Dbug72227.phpt9 imagescale($img, 13, 1, IMG_BICUBIC);
H A Dbug69024.phpt8 imagescale($im, 32, 32, IMG_BICUBIC);
H A Dimageinterpolation_basic.phpt11 IMG_BICUBIC,
/php-src/ext/gd/
H A Dgd.stub.php228 const IMG_BICUBIC = UNKNOWN; define

Completed in 12 milliseconds