Searched refs:ImageResizeFunction (Results 1 – 2 of 2) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.class.php | 465 $this->ImageResizeFunction( 3035 …$this->ImageResizeFunction($img_watermark_resized, $img_watermark, 0, 0, 0, 0, imagesx($img_waterm… 3039 …$this->ImageResizeFunction($img_source_resized, $this->gdimg_output, 0, 0, 0, 0, imagesx($img_sour… 3055 …$this->ImageResizeFunction($img_watermark_resized, $img_watermark, 0, 0, 0, 0, imagesx($img_waterm… 3106 …$this->ImageResizeFunction($img_watermark2, $img_watermark, 0, 0, 0, 0, imagesx($img_watermark2), … 3221 …$this->ImageResizeFunction($this->gdimg_output, $img_temp, 0, 0, 0, 0, imagesx($this->gdimg_output… 4546 …public function ImageResizeFunction(&$dst_im, &$src_im, $dstX, $dstY, $srcX, $srcY, $dstW, $dstH, … function in phpthumb
|
H A D | phpthumb.filters.php | 734 …$this->phpThumbObject->ImageResizeFunction($gd_border_canvas, $gdimg, floor(($output_width - $new_…
|