Lines Matching refs:p3
21 $p3 = true;
23 $p3 = $p3 && (imagecolorat($im, $x,5)==0x00ff00);
25 if ($p1 && $p2 && $p3) {
35 $p3 = true;
37 $p3 = $p3 && (imagecolorat($im, 0,$y)==0x00ff00);
40 if ($p1 && $p2 && $p3) {
54 $p3 = true;
57 $p3 = $p3 && (imagecolorat($im, $x,$y)==0x00ff00);
61 if ($p1 && $p2 && $p3) {
69 $p3 = true;
72 $p3 = $p3 && (imagecolorat($im, $x,$y)!=0x00ff00);
75 if ($p3) {
82 $p3 = true;
85 $p3 = $p3 && (imagecolorat($im, $x,$y)!=0x00ff00);
88 if ($p3) {
95 $p3 = true;
98 $p3 = $p3 && (imagecolorat($im, $x,$y)==0x00ff00);
101 if ($p3) {