Home
last modified time | relevance | path

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

/plugin/a2s/
DASCIIToSVG.php1837 public $gridX; variable in dokuwiki\\plugin\\a2s\\Point
1859 $this->gridX = $x;
2120 ($this->points[$i]->gridX <= $x || $this->points[$j]->gridX <= $x)) {
2121 if ($this->points[$i]->gridX + ($y - $this->points[$i]->gridY) /
2123 ($this->points[$j]->gridX - $this->points[$i]->gridX) < $x) {
3387 if ($boxes[$j]->hasPoint($tP->gridX, $tP->gridY)) {
3517 $pointCmd = "{$objPoints[0]->gridY},{$objPoints[0]->gridX}";
3525 $pointCmd = "{$textPoint->gridY},{$textPoint->gridX}";
3535 $pointCmd = "{$objPoints[0]->gridY},{$objPoints[0]->gridX}";
3544 $pointCmd = "{$objPoint->gridY},{$objPoint->gridX}";
[all …]