Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php298 $width = $this->cleanDimension($width, $this->width);
299 $height = $this->cleanDimension($height, $this->height);
330 protected function cleanDimension($dim, $orig) function in splitbrain\\slika\\GdAdapter