Lines Matching refs:imagecolorat
17 $p1 = imagecolorat($dst_tc, 3,3) == 0xff0000;
18 $p2 = imagecolorat($dst_tc, 0,0) == 0x0000ff;
19 $p3 = imagecolorat($dst_tc, 4,4) == 0x00ff00;
38 $c1 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 3,3));
39 $c2 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 0,0));
40 $c3 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 4,4));
67 $c1 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 3,3));
68 $c2 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 0,0));
69 $c3 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 4,4));
95 $p1 = imagecolorat($dst_tc, 3,3) == 0xff0000;
96 $p2 = imagecolorat($dst_tc, 0,0) == 0x0000ff;
97 $p3 = imagecolorat($dst_tc, 4,4) == 0x00ff00;