Searched refs:gridY (Results 1 – 1 of 1) sorted by relevance
1838 public $gridY; variable in dokuwiki\\plugin\\a2s\\Point1860 $this->gridY = $y;2118 if (($this->points[$i]->gridY < $y && $this->points[$j]->gridY >= $y ||2119 $this->points[$j]->gridY < $y && $this->points[$i]->gridY >= $y) &&2121 if ($this->points[$i]->gridX + ($y - $this->points[$i]->gridY) /2122 ($this->points[$j]->gridY - $this->points[$i]->gridY) *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}";[all …]