Lines Matching defs:centerY
70 private $centerY;
328 $this->centerY = $this->latToTile($this->lat, $this->zoom);
330 $this->offsetY = floor((floor($this->centerY) - $this->centerY) * $this->tileSize);
362 $startY = floor($this->centerY - ($this->height / $this->tileSize) / 2);
364 $endY = ceil($this->centerY + ($this->height / $this->tileSize) / 2);
366 $this->offsetY = -floor(($this->centerY - floor($this->centerY)) * $this->tileSize);
370 $this->offsetY += floor($startY - floor($this->centerY)) * $this->tileSize;
566 $this->tileSize * ($this->centerY - $this->latToTile($markerLat, $this->zoom))
688 ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))
718 ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))
724 ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p2->y(), $this->zoom))
747 ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($point->y(), $this->zoom))