Home
last modified time | relevance | path

Searched refs:imagecolorat (Results 51 – 62 of 62) sorted by relevance

123

/php-src/ext/gd/tests/
H A Dpngcomp.phpt32 $col = imagecolorat($im2, 8,8);
H A Dbug79676.phpt10 … (imagecolorat($image, imagesx($image) - 1 , imagesy($image) - 1) != 0x000000 ? 'pass' : 'fail'),
H A Dbug53156.phpt17 echo (imagecolorat($img, $x, $y) === $black) ? '+' : '-';
H A Dbug77198_threshold.phpt35 $color = imagecolorat($cropped, 0, 0);
H A Dimagettftext_charmap_order.phpt52 $rgb = imagecolorat($im, $x, $y);
H A Dbug77198_auto.phpt38 $color = imagecolorat($cropped, 0, 0);
H A Dfunc.inc100 $exp_c = imagecolorat($expected, $x, $y);
101 $act_c = imagecolorat($actual, $x, $y);
H A Dgh10614.phpt19 var_dump(dechex(imagecolorat($output, $i, $j)));
H A Dgif.phpt18 $c = imagecolorsforindex($im2, imagecolorat($im2, 8,8));
/php-src/ext/gd/
H A Dgd_arginfo.h659 ZEND_FUNCTION(imagecolorat);
799 ZEND_FE(imagecolorat, arginfo_imagecolorat)
H A Dgd.stub.php644 function imagecolorat(GdImage $image, int $x, int $y): int|false {} function
H A Dgd.c2054 PHP_FUNCTION(imagecolorat) in PHP_FUNCTION() argument

Completed in 61 milliseconds

123