Searched refs:cropHeight (Results 1 – 1 of 1) sorted by relevance
129 $cropHeight = min($height, $this->height);130 list($offsetX, $offsetY) = $this->centerOffset($cropWidth, $cropHeight);133 $height = $cropHeight;135 … list($cropWidth, $cropHeight, $offsetX, $offsetY) = $this->cropPosition($width, $height);139 $this->height = $cropHeight;307 $cropHeight = (int)($this->width / $newRatio);310 $cropHeight = $this->height;315 $cropHeight = $this->height;318 $cropHeight = (int)($this->width / $newRatio);322 list($offsetX, $offsetY) = $this->centerOffset($cropWidth, $cropHeight);[all …]