Home
last modified time | relevance | path

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

123

/php-src/ext/gd/tests/
H A Dbug39366.phpt14 $c = imagecolorat($rotate,5,5);
H A Dbug73279.phpt16 printf("color: %x\n", imagecolorat($dst, 99, 99));
H A Dimagecopyresampled_variation1.phpt33 $color = imagecolorat($copy, 3, 3);
36 if (imagecolorat($copy, $i, $j) != $color) {
H A Dbug73279_old.phpt16 printf("color: %x\n", imagecolorat($dst, 99, 99));
H A Dbug51671.phpt14 if (($c = imagecolorat($im, 0, $iy)) != $white) {
H A Dbug61221.phpt16 $color = imagecolorat($img, 0, 0);
H A Dlibgd00191.phpt15 $index = imagecolorat($im, 12, 28);
H A Dbug38179.phpt19 $p1 = imagecolorat($dst_tc, 3,3);
H A Dimagewbmp-mb.phpt16 $c = imagecolorsforindex($im2, imagecolorat($im2, 3,3));
H A Dimagewbmp.phpt16 $c = imagecolorsforindex($im2, imagecolorat($im2, 3,3));
H A Dbug39273.phpt25 $c = imagecolorat($img, 0,0);
H A Dbug60160.phpt15 if (($c = imagecolorat($im, $ix, $iy)) != $white) {
H A Dimagecopymergegray_basic.phpt22 $color = imagecolorat($des, 30, 30);
H A Dcopyresized.phpt27 $p1 = imagecolorat($im, $x, $y);
28 $p2 = imagecolorat($dst, $x, $y);
H A Dbug24155.phpt24 $col = imagecolorat($im2, 20, 20);
H A Dbug74435.phpt13 if (($index = imagecolorat($im, $i, $j)) >= 2) {
H A Dbug70102.phpt25 $color = imagecolorat($im, 4, 4);
H A Dbug27582_1.phpt24 $col = imagecolorat($im2, 5, 5);
H A Dbug53580.phpt27 if (($c1 = imagecolorat($im1, $i, $j)) !== $c0) {
H A Dimagecopymerge_basic.phpt25 $color = imagecolorat($des, 30, 30);
H A Dbug51263.phpt23 $c = imagecolorat($img, $i, $j);
H A Dimagecolorset_basic.phpt23 $bg = imagecolorat($im, 0, 0);
H A Dlibgd00186.phpt22 $index = imagecolorat($im,9,9);
H A Dbug75124.phpt21 $color = imagecolorat($im, $i, $j);
H A Dimagefttext.phpt29 if (imagecolorat($im, $x, $y) == $colour_b) {

Completed in 30 milliseconds

123