Lines Matching defs:centerX
69 private $centerX;
327 $this->centerX = $this->lonToTile($this->lon, $this->zoom);
329 $this->offsetX = floor((floor($this->centerX) - $this->centerX) * $this->tileSize);
361 $startX = floor($this->centerX - ($this->width / $this->tileSize) / 2);
363 $endX = ceil($this->centerX + ($this->width / $this->tileSize) / 2);
365 $this->offsetX = -floor(($this->centerX - floor($this->centerX)) * $this->tileSize);
369 $this->offsetX += floor($startX - floor($this->centerX)) * $this->tileSize;
562 $this->tileSize * ($this->centerX - $this->lonToTile($markerLon, $this->zoom))
685 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
715 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
721 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p2->x(), $this->zoom))
744 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($point->x(), $this->zoom))