Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php321 * @param int $toWidth desired width
327 protected function resizeOperation($toWidth, $toHeight, $offsetX = 0, $offsetY = 0) argument
329 $newimg = $this->createImage($toWidth, $toHeight);
341 $toWidth,
354 $toWidth,
364 $this->width = $toWidth;