Lines Matching refs:imagecolorat
19 $p1 = imagecolorat($dst_tc, 3,3) == 0xff0000;
20 $p2 = imagecolorat($dst_tc, 0,0) == 0x0000ff;
21 $p3 = imagecolorat($dst_tc, 4,4) == 0x00ff00;
40 $c1 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 3,3));
41 $c2 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 0,0));
42 $c3 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 4,4));
69 $c1 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 3,3));
70 $c2 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 0,0));
71 $c3 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 4,4));
97 $p1 = imagecolorat($dst_tc, 3,3) == 0xff0000;
98 $p2 = imagecolorat($dst_tc, 0,0) == 0x0000ff;
99 $p3 = imagecolorat($dst_tc, 4,4) == 0x00ff00;