Searched refs:IMG_BILINEAR_FIXED (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug73281.phpt | 2 Bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border) 16 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED); 26 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
|
H A D | bug65148.phpt | 13 'IMG_BILINEAR_FIXED' => IMG_BILINEAR_FIXED, 73 [IMG_BILINEAR_FIXED] => Array
|
H A D | bug73279.phpt | 15 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
|
H A D | bug73279_old.phpt | 15 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
|
H A D | bug73272.phpt | 14 imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
|
H A D | imageinterpolation_basic.phpt | 10 IMG_BILINEAR_FIXED,
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 223 const IMG_BILINEAR_FIXED = UNKNOWN; define 770 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): … 790 function imagesetinterpolation(GdImage $image, int $method = IMG_BILINEAR_FIXED): bool {}
|
Completed in 8 milliseconds