Searched refs:src_im (Results 1 – 2 of 2) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.functions.php | 390 …public static function ImageCopyRespectAlpha(&$dst_im, &$src_im, $dst_x, $dst_y, $src_x, $src_y, $… argument 395 $OverlayPixel = self::GetPixelColor($src_im, $x, $y);
|
H A D | phpthumb.class.php | 4546 …public function ImageResizeFunction(&$dst_im, &$src_im, $dstX, $dstY, $srcX, $srcY, $dstW, $dstH, … argument 4558 return imagecopy($dst_im, $src_im, $dstX, $dstY, $srcX, $srcY, $srcW, $srcH); 4562 …return phpthumb_functions::ImageCopyResampleBicubic($dst_im, $src_im, $dstX, $dstY, $srcX, $srcY, … 4564 …return imagecopyresampled($dst_im, $src_im, $dstX, $dstY, $srcX, $srcY, $dstW, $dstH, $srcW, $srcH… 4566 return imagecopyresized($dst_im, $src_im, $dstX, $dstY, $srcX, $srcY, $dstW, $dstH, $srcW, $srcH);
|