Lines Matching refs:centerY
73 private float $centerY; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
342 $this->centerY = $this->latToTile($this->lat, $this->zoom);
344 $this->offsetY = floor((floor($this->centerY) - $this->centerY) * $this->tileSize);
376 $startY = floor($this->centerY - ($this->height / $this->tileSize) / 2);
378 $endY = ceil($this->centerY + ($this->height / $this->tileSize) / 2);
380 $this->offsetY = -floor(($this->centerY - floor($this->centerY)) * $this->tileSize);
384 $this->offsetY += floor($startY - floor($this->centerY)) * $this->tileSize;
594 $this->tileSize * ($this->centerY - $this->latToTile($markerLat, $this->zoom))
716 … ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))
746 … ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))
752 … ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p2->y(), $this->zoom))
775 …($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($point->y(), $this->zoo…