Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php232 $x_size = count($x_value);
235 if ($x_size == 0) {
263 if ($x_size < $y_size) {
264 $size = $x_size;
317 $x_size = count($x_value);
320 if ($x_size == 0) {
357 $x_size = count($x_value);
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php375 public static function ImageCreateFunction($x_size, $y_size) { argument
383 if (($x_size <= 0) || ($y_size <= 0)) {
384 …return phpthumb::ErrorImage('Invalid image dimensions: '.$ImageCreateFunction.'('.$x_size.', '.$y_…
386 return $ImageCreateFunction(round($x_size), round($y_size));