Lines Matching refs:w

75 	public $w    = null;     // Width  variable in phpthumb
1865 $wAll = (int) max($this->w, $this->wp, $this->wl, $this->ws) - (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 …nctions::escapeshellarg_replacement(phpthumb_functions::nonempty_min($this->w, $getimagesize[0]).'…
1974 … $commandline .= ' -extent '.phpthumb_functions::escapeshellarg_replacement($this->w.'x'.$this->h);
1978 …$this->w = (($this->aoe && $this->w) ? $this->w : ($this->w ? 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 …eParameter.' '.phpthumb_functions::escapeshellarg_replacement(($this->w ? $this->w : '9999').'x'.(…
2007 …IMresizeParameter.' '.phpthumb_functions::escapeshellarg_replacement($this->w.'x'.$this->h.$exactD…
2556 if (!$this->w || !$this->h) {
2559 $this->thumbnail_width = $this->w;
2565 if ($this->w) {
3347 if ($this->zc && $this->w && $this->h) {
3352 $scaling_X = $this->source_width / $this->w;
3369 $this->thumbnail_width = $this->w;
3374 } elseif ($this->iar && $this->w && $this->h) {
3378 $this->thumbnail_width = $this->w;
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);
3390 } elseif ($this->w) {
3391 $maxwidth = $this->w;
3392 $maxheight = $this->w / $original_aspect_ratio;
3401 …$maxwidth = phpthumb_functions::nonempty_min($this->w, $this->thumbnailCropW, $this->config_outpu…
3460 $this->w = phpthumb_functions::OneOfThese($this->wp, $this->w, $this->ws, $this->wl);
3464 $this->w = phpthumb_functions::OneOfThese($this->wl, $this->w, $this->ws, $this->wp);
3468 $this->w = phpthumb_functions::OneOfThese($this->ws, $this->w, $this->wl, $this->wp);
3473 …$this->DebugMessage('SetOrientationDependantWidthHeight() setting w="'. (int) $this->w .'", h="'. …
3598 if ($this->w && ($this->w != $this->exif_thumbnail_width)) {
3599 …ng EXIF thumbnail because $this->w != $this->exif_thumbnail_width ('.$this->w.' != '.$this->exif_t…
3946 if (($this->w > $this->exif_thumbnail_width) || ($this->h > $this->exif_thumbnail_height)) {
3947 ….$this->exif_thumbnail_width.'x'.$this->exif_thumbnail_height.' vs '.$this->w.'x'.$this->h.')', __…