Searched refs:imagefttext (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/gd/tests/ |
H A D | imagefttext.phpt | 2 imagefttext() function test 7 if (!function_exists("imagefttext")) { 8 die("skip imagefttext() not available."); 24 imagefttext($im, $sy * 0.75, 0, 0, $sy - 1, $colour_w, $fontfile, "A", array());
|
H A D | imagefill_1.phpt | 7 if (!function_exists("imagefttext")) { 8 die("skip imagefttext() not available.");
|
H A D | bug48732.phpt | 8 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
|
H A D | bug48732-mb.phpt | 7 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
|
H A D | bug53504.phpt | 69 $bboxDrawn = imagefttext($g, $test['fontSize'], $test['angle'], 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…
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 689 ZEND_FUNCTION(imagefttext); 825 ZEND_FE(imagefttext, arginfo_imagefttext)
|
H A D | gd.stub.php | 739 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … function
|
H A D | gd.c | 3326 PHP_FUNCTION(imagefttext) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds