Searched refs:isBoxCorner (Results 1 – 1 of 1) sorted by relevance
3704 if ($this->isBoxCorner($cur)) {3746 ($this->isBoxEdge($s, self::DIR_DOWN) || $this->isBoxCorner($s))) {3760 ($this->isBoxEdge($w, self::DIR_LEFT) || $this->isBoxCorner($w))) {3765 ($this->isBoxEdge($n, self::DIR_UP) || $this->isBoxCorner($n))) {3774 ($this->isBoxEdge($e, self::DIR_RIGHT) || $this->isBoxCorner($e))) {3806 ($this->isBoxEdge($w, self::DIR_LEFT) || $this->isBoxCorner($w))) {3814 ($this->isBoxEdge($e, self::DIR_RIGHT) || $this->isBoxCorner($e))) {3822 ($this->isBoxEdge($n, self::DIR_UP) || $this->isBoxCorner($n))) {3834 ($this->isBoxEdge($s, self::DIR_DOWN) || $this->isBoxCorner($s))) {4051 private function isBoxCorner($char) { function in dokuwiki\\plugin\\a2s\\ASCIIToSVG