Lines Matching refs:coords

410         $coords=$this->get_coords($bx, $by);
411 …$this->circ($im, $coords[0], $coords[1], $this->style['hoshi_radius'], $this->style['line_acolor']…
415 $coords=$this->get_coords($bx, $by);
416 …$this->circ($im, $coords[0], $coords[1], $this->style['stone_radius'], $this->style['white_rim_aco…
417 …$this->circ($im, $coords[0], $coords[1], $this->style['stone_radius']-1, $this->style['white_acolo…
421 $coords=$this->get_coords($bx, $by);
422 …$this->circ($im, $coords[0], $coords[1], $this->style['stone_radius'], $this->style['black_acolor'…
426 $coords=$this->get_coords($bx, $by);
428 …$this->circ($im, $coords[0], $coords[1], $this->style['mark_radius'], $this->style['mark_acolor']);
429 …$this->circ($im, $coords[0], $coords[1], $this->style['mark_radius']-2, $this->style['white_acolor…
433 $coords=$this->get_coords($bx, $by);
435 …$this->circ($im, $coords[0], $coords[1], $this->style['mark_radius'], $this->style['mark_acolor']);
436 …$this->circ($im, $coords[0], $coords[1], $this->style['mark_radius']-2, $this->style['black_acolor…
440 $coords=$this->get_coords($bx, $by);
441 list($x, $y) = $coords=$this->get_coords($bx, $by);
449 list($x, $y) = $coords=$this->get_coords($bx, $by);
457 list($x, $y) = $coords=$this->get_coords($bx, $by);
480 list($x, $y) = $coords=$this->get_coords($bx, $by);
488 list($x, $y) = $coords=$this->get_coords($bx, $by);
498 list($x, $y) = $coords=$this->get_coords($bx, $by);
515 list($x, $y) = $coords=$this->get_coords($bx, $by);
575 $coords=$this->get_coords($i, $i);
576 imageline($im, $beginh, $coords[0], $endh, $coords[0], $this->dgm['line_color']);
580 $coords=$this->get_coords($i, $i);
581 imageline($im, $coords[0], $beginv, $coords[0], $endv, $this->dgm['line_color']);
641 list($x, $y) = $coords=$this->get_coords($bx, $by);