Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug48801.phpt7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
13 $bbox = imageftbbox(50, 0, $font, "image");
H A Dbug48801-mb.phpt7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
14 $bbox = imageftbbox(50, 0, $font, "image");
H A Dbug53504.phpt2 Bug #53504 imagettfbbox/imageftbbox gives incorrect values for bounding box
7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
57 $bbox = imageftbbox($test['fontSize'], $test['angle'], $font, $test['text']);
74 if ($bbox[$i] + $test['x'] !== $bboxDrawn[$i]) echo "imageftbbox and imagefttext differ!\n";
75 …if ($bbox[$i + 1] + $test['y'] !== $bboxDrawn[$i + 1]) echo "imageftbbox and imagefttext differ!\n…
H A Dbug48555.phpt7 if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
/php-src/ext/gd/
H A Dgd_arginfo.h698 ZEND_FUNCTION(imageftbbox);
838 ZEND_FE(imageftbbox, arginfo_imageftbbox)
H A Dgd.stub.php733 function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $optio… function
H A Dgd.c3043 PHP_FUNCTION(imageftbbox) in PHP_FUNCTION() argument

Completed in 24 milliseconds