Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/slika/src/
H A DImageInfo.php189 $width = self::cleanDimension($width, $this->width);
190 $height = self::cleanDimension($height, $this->height);
273 $width = self::cleanDimension($width, $origW);
274 $height = self::cleanDimension($height, $origH);
306 public static function cleanDimension($dim, $orig) function in splitbrain\\slika\\ImageInfo