Lines Matching refs:phpThumbObject
18 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],
1135 '^Y' => $this->phpThumbObject->getimagesizeinfo[1],