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.php399 * @param int $toWidth desired width
405 protected function resizeOperation($toWidth, $toHeight, $offsetX = 0, $offsetY = 0) argument
407 $newimg = $this->createImage($toWidth, $toHeight);
419 $toWidth,
432 $toWidth,
442 $this->width = $toWidth;