Lines Matching refs:h

76 	public $h    = null;     // Height  variable in phpthumb
1866 $hAll = (int) max($this->h, $this->hp, $this->hl, $this->hs) - (2 * $borderThickness);
1937 if ($this->w || $this->h) {
1947 if ($this->w && !$this->h) {
1948 $this->h = ceil($this->w / ($this->source_width / $this->source_height));
1949 } elseif ($this->h && !$this->w) {
1950 $this->w = ceil($this->h * ($this->source_width / $this->source_height));
1953 … ' -'.$IMresizeParameter.' '.phpthumb_functions::escapeshellarg_replacement($this->w.'x'.$this->h);
1958 if ($this->iar && ((int) $this->w > 0) && ((int) $this->h > 0)) {
1960 list($nw, $nh) = phpthumb_functions::TranslateWHbyAngle($this->w, $this->h, $this->ra);
1965 } elseif ($this->far && ((int) $this->w > 0) && ((int) $this->h > 0)) {
1967 …_min($this->w, $getimagesize[0]).'x'.phpthumb_functions::nonempty_min($this->h, $getimagesize[1]));
1974 … $commandline .= ' -extent '.phpthumb_functions::escapeshellarg_replacement($this->w.'x'.$this->h);
1979 …$this->h = (($this->aoe && $this->h) ? $this->h : ($this->h ? phpthumb_functions::nonempty_min($th…
1980 if ($this->w || $this->h) {
1982 if ($this->w && !$this->h) {
1983 $this->h = ceil($this->w / ($this->source_width / $this->source_height));
1984 } elseif ($this->h && !$this->w) {
1985 $this->w = ceil($this->h * ($this->source_width / $this->source_height));
1988 list($nw, $nh) = phpthumb_functions::TranslateWHbyAngle($this->w, $this->h, $this->ra);
2001 if ($this->w || $this->h) {
2002 … $exactDimensionsBang = (($this->iar && ((int) $this->w > 0) && ((int) $this->h > 0)) ? '!' : '');
2005 …escapeshellarg_replacement(($this->w ? $this->w : '9999').'x'.($this->h ? $this->h : '9999').$exac…
2007 …eter.' '.phpthumb_functions::escapeshellarg_replacement($this->w.'x'.$this->h.$exactDimensionsBang…
2556 if (!$this->w || !$this->h) {
2560 $this->thumbnail_height = $this->h;
2567 $this->thumbnail_height = ($this->h ? $this->h : $this->thumbnail_image_height);
2576 if ($this->h) {
3347 if ($this->zc && $this->w && $this->h) {
3353 $scaling_Y = $this->source_height / $this->h;
3370 $this->thumbnail_height = $this->h;
3374 } elseif ($this->iar && $this->w && $this->h) {
3379 $this->thumbnail_height = $this->h;
3387 if ($this->w && $this->h) {
3388 $maxwidth = min($this->w, $this->h * $original_aspect_ratio);
3389 $maxheight = min($this->h, $this->w / $original_aspect_ratio);
3393 } elseif ($this->h) {
3394 $maxwidth = $this->h * $original_aspect_ratio;
3395 $maxheight = $this->h;
3402 …$maxheight = phpthumb_functions::nonempty_min($this->h, $this->thumbnailCropH, $this->config_outpu…
3461 $this->h = phpthumb_functions::OneOfThese($this->hp, $this->h, $this->hs, $this->hl);
3465 $this->h = phpthumb_functions::OneOfThese($this->hl, $this->h, $this->hs, $this->hp);
3469 $this->h = phpthumb_functions::OneOfThese($this->hs, $this->h, $this->hl, $this->hp);
3473 …DependantWidthHeight() setting w="'. (int) $this->w .'", h="'. (int) $this->h .'"', __FILE__, __LI…
3602 if ($this->h && ($this->h != $this->exif_thumbnail_height)) {
3603 …g EXIF thumbnail because $this->h != $this->exif_thumbnail_height ('.$this->h.' != '.$this->exif_t…
3946 if (($this->w > $this->exif_thumbnail_width) || ($this->h > $this->exif_thumbnail_height)) {
3947 …thumbnail_width.'x'.$this->exif_thumbnail_height.' vs '.$this->w.'x'.$this->h.')', __FILE__, __LIN…