Searched refs:cleanDimension (Results 1 – 1 of 1) sorted by relevance
297 $width = $this->cleanDimension($width, $this->width);298 $height = $this->cleanDimension($height, $this->height);329 protected function cleanDimension($dim, $orig) function in splitbrain\\slika\\GdAdapter