Home
last modified time | relevance | path

Searched refs:wallFollow (Results 1 – 1 of 1) sorted by relevance

/plugin/a2s/
H A DASCIIToSVG.php2996 $this->wallFollow($path, $row, $col+1, self::DIR_RIGHT);
3675 private function wallFollow($path, $r, $c, $dir, $bucket = array(), $d = 0) { function in dokuwiki\\plugin\\a2s\\ASCIIToSVG
3730 return $this->wallFollow($path, $r, $c + 1, $dir, $bucket, 0);
3789 $this->wallFollow($path, $r+$rMod, $c+$cMod, $newDir, $bucket, $d);
3808 $this->wallFollow($path, $r, $c - 1, self::DIR_LEFT, $bucket, $d);
3816 $this->wallFollow($path, $r, $c + 1, self::DIR_RIGHT, $bucket, $d);
3827 $this->wallFollow($path, $r - 1, $c, self::DIR_UP, $bucket, $d);
3839 $this->wallFollow($path, $r + 1, $c, self::DIR_DOWN, $bucket, $d);