Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php18 public $phpThumbObject = null; variable in phpthumb_filters
22 if (is_object($this->phpThumbObject)) {
23 return $this->phpThumbObject->DebugMessage($message, $file, $line);
734 …$this->phpThumbObject->ImageResizeFunction($gd_border_canvas, $gdimg, floor(($output_width - $new_…
755 …vedImageRotate(&$gdimg_source, $rotate_angle, $config_background_hexcolor, $bg, &$phpThumbObject) { argument
790 $phpThumbFilters->phpThumbObject = $phpThumbObject;
1131 '^Fb' => $this->phpThumbObject->getimagesizeinfo['filesize'],
1132 '^Fk' => round($this->phpThumbObject->getimagesizeinfo['filesize'] / 1024),
1133 '^Fm' => round($this->phpThumbObject->getimagesizeinfo['filesize'] / 1048576),
1134 '^X' => $this->phpThumbObject->getimagesizeinfo[0],
[all …]
H A Dphpthumb.class.php2671 $phpthumbFilters->phpThumbObject = &$this;
2811 $phpthumbFilters->phpThumbObject = &$this;