Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/tests/
H A Dbug73281.phpt2 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 Dbug65148.phpt13 'IMG_BILINEAR_FIXED' => IMG_BILINEAR_FIXED,
73 [IMG_BILINEAR_FIXED] => Array
H A Dbug73279.phpt15 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug73279_old.phpt15 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug73272.phpt14 imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dimageinterpolation_basic.phpt10 IMG_BILINEAR_FIXED,
/PHP-8.3/ext/gd/
H A Dgd.stub.php223 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 9 milliseconds