Home
last modified time | relevance | path

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

/plugin/a2s/
H A DASCIIToSVG.php3688 while ($this->isBoxEdge($cur, $dir)) {
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))) {
4023 private function isBoxEdge($char, $dir = null) { function in dokuwiki\\plugin\\a2s\\ASCIIToSVG