Home
last modified time | relevance | path

Searched refs:imageftbbox (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dbug48801.phpt6 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
12 $bbox = imageftbbox(50, 0, $font, "image");
H A Dbug48801-mb.phpt6 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
13 $bbox = imageftbbox(50, 0, $font, "image");
H A Dbug53504.phpt2 Bug #53504 imagettfbbox/imageftbbox gives incorrect values for bounding box
6 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
53 $bbox = imageftbbox($test['fontSize'], $test['angle'], $font, $test['text']);
70 if ($bbox[$i] + $test['x'] !== $bboxDrawn[$i]) echo "imageftbbox and imagefttext differ!\n";
71 …if ($bbox[$i + 1] + $test['y'] !== $bboxDrawn[$i + 1]) echo "imageftbbox and imagefttext differ!\n…
H A Dbug48555.phpt6 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
/PHP-7.4/ext/gd/
H A Dphp_gd.h106 PHP_FUNCTION(imageftbbox);
H A Dgd.c1003 PHP_FE(imageftbbox, arginfo_imageftbbox)
4031 PHP_FUNCTION(imageftbbox) in PHP_FUNCTION() argument

Completed in 24 milliseconds