Home
last modified time | relevance | path

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

/dports/www/owncloud/owncloud/lib/public/
H A DIImage.php143 public function preciseResize($width, $height); function
/dports/www/nextcloud/nextcloud/lib/public/
H A DIImage.php151 public function preciseResize(int $width, int $height): bool; function
/dports/www/owncloud/owncloud/lib/private/legacy/
H A Dimage.php681 $this->preciseResize(\round($newWidth), \round($newHeight));
690 public function preciseResize($width, $height) { function in OC_Image
841 $this->preciseResize(\round($newWidth), \round($newHeight));
/dports/www/nextcloud/nextcloud/lib/private/legacy/
H A DOC_Image.php913 public function preciseResize(int $width, int $height): bool { function in OC_Image
1091 $this->preciseResize((int)round($newWidth), (int)round($newHeight));
/dports/www/owncloud/owncloud/lib/private/
H A DPreview.php967 $image->preciseResize($newPreviewWidth, $newPreviewHeight);