Lines Matching refs:floor
258 $this->zoom = floor($zoom);
343 $this->offsetX = floor((floor($this->centerX) - $this->centerX) * $this->tileSize);
344 $this->offsetY = floor((floor($this->centerY) - $this->centerY) * $this->tileSize);
375 $startX = floor($this->centerX - ($this->width / $this->tileSize) / 2);
376 $startY = floor($this->centerY - ($this->height / $this->tileSize) / 2);
379 $this->offsetX = -floor(($this->centerX - floor($this->centerX)) * $this->tileSize);
380 $this->offsetY = -floor(($this->centerY - floor($this->centerY)) * $this->tileSize);
381 $this->offsetX += floor($this->width / 2);
382 $this->offsetY += floor($this->height / 2);
383 $this->offsetX += floor($startX - floor($this->centerX)) * $this->tileSize;
384 $this->offsetY += floor($startY - floor($this->centerY)) * $this->tileSize;
588 $destX = (int) floor(
592 $destY = (int) floor(
712 $x = floor(
715 $y = floor(
742 $x1 = floor(
745 $y1 = floor(
748 $x2 = floor(
751 $y2 = floor(
771 $cx = floor(
774 $cy = floor(