Lines Matching refs:centerX
72 private float $centerX; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
341 $this->centerX = $this->lonToTile($this->lon, $this->zoom);
343 $this->offsetX = floor((floor($this->centerX) - $this->centerX) * $this->tileSize);
375 $startX = floor($this->centerX - ($this->width / $this->tileSize) / 2);
377 $endX = ceil($this->centerX + ($this->width / $this->tileSize) / 2);
379 $this->offsetX = -floor(($this->centerX - floor($this->centerX)) * $this->tileSize);
383 $this->offsetX += floor($startX - floor($this->centerX)) * $this->tileSize;
590 $this->tileSize * ($this->centerX - $this->lonToTile($markerLon, $this->zoom))
713 … ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
743 … ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
749 … ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p2->x(), $this->zoom))
772 …($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($point->x(), $this->zoom…