Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php129 $this->resizeOperation($width, $height);
140 $this->resizeOperation($width, $height, $offsetX, $offsetY);
405 protected function resizeOperation($toWidth, $toHeight, $offsetX = 0, $offsetY = 0) function in splitbrain\\slika\\GdAdapter