Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php399 * @param int $toHeight desired height
404 protected function resizeOperation($toWidth, $toHeight, $offsetX = 0, $offsetY = 0)
406 $newimg = $this->createImage($toWidth, $toHeight);
419 $toHeight,
432 $toHeight,
442 $this->height = $toHeight;
380 resizeOperation($toWidth, $toHeight, $offsetX = 0, $offsetY = 0) global() argument