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.php297 $width = $this->cleanDimension($width, $this->width);
298 $height = $this->cleanDimension($height, $this->height);
329 protected function cleanDimension($dim, $orig)
305 protected function cleanDimension($dim, $orig) global() function in splitbrain\\slika\\GdAdapter