| D | syntax.php | 409 function draw_hoshi($im, $bx, $by) { argument 410 $coords=$this->get_coords($bx, $by); 414 function draw_white($im, $bx, $by) { argument 415 $coords=$this->get_coords($bx, $by); 420 function draw_black($im, $bx, $by) { argument 421 $coords=$this->get_coords($bx, $by); 425 function draw_white_circle($im, $bx, $by) { argument 426 $coords=$this->get_coords($bx, $by); 427 $this->draw_white($im, $bx, $by); 432 function draw_black_circle($im, $bx, $by) { argument [all …]
|