Searched refs:imageftbbox (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug48801.phpt | 7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available'); 13 $bbox = imageftbbox(50, 0, $font, "image");
|
H A D | bug48801-mb.phpt | 7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available'); 14 $bbox = imageftbbox(50, 0, $font, "image");
|
H A D | bug53504.phpt | 2 Bug #53504 imagettfbbox/imageftbbox gives incorrect values for bounding box 7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available'); 54 $bbox = imageftbbox($test['fontSize'], $test['angle'], $font, $test['text']); 71 if ($bbox[$i] + $test['x'] !== $bboxDrawn[$i]) echo "imageftbbox and imagefttext differ!\n"; 72 …if ($bbox[$i + 1] + $test['y'] !== $bboxDrawn[$i + 1]) echo "imageftbbox and imagefttext differ!\n…
|
H A D | bug48555.phpt | 7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 699 ZEND_FUNCTION(imageftbbox); 840 ZEND_FE(imageftbbox, arginfo_imageftbbox) 846 ZEND_FALIAS(imagettfbbox, imageftbbox, arginfo_imagettfbbox)
|
H A D | gd.stub.php | 733 function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $optio… function
|
H A D | gd.c | 3048 PHP_FUNCTION(imageftbbox) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds