Home
last modified time | relevance | path

Searched refs:cropWidth (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php128 $cropWidth = min($width, $this->width);
130 list($offsetX, $offsetY) = $this->centerOffset($cropWidth, $cropHeight);
132 $width = $cropWidth;
135 … list($cropWidth, $cropHeight, $offsetX, $offsetY) = $this->cropPosition($width, $height);
138 $this->width = $cropWidth;
306 $cropWidth = $this->width;
309 $cropWidth = (int)($this->height * $newRatio);
314 $cropWidth = (int)($this->height * $newRatio);
317 $cropWidth = $this->width;
322 list($offsetX, $offsetY) = $this->centerOffset($cropWidth, $cropHeight);
[all …]