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.php398 * @param int $toWidth desired width
404 protected function resizeOperation($toWidth, $toHeight, $offsetX = 0, $offsetY = 0)
406 $newimg = $this->createImage($toWidth, $toHeight);
418 $toWidth,
431 $toWidth,
441 $this->width = $toWidth;
380 resizeOperation($toWidth, $toHeight, $offsetX = 0, $offsetY = 0) global() argument