Searched refs:dst_y (Results 1 – 1 of 1) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.functions.php | 323 …public static function ImageCopyResampleBicubic($dst_img, $src_img, $dst_x, $dst_y, $src_x, $src_y… argument 368 imagesetpixel($dst_img, $dst_x + $x - $src_x, $dst_y + $y - $src_y, $r+$g+$b); 390 …public static function ImageCopyRespectAlpha(&$dst_im, &$src_im, $dst_x, $dst_y, $src_x, $src_y, $… argument 394 $RealPixel = self::GetPixelColor($dst_im, $dst_x + $x, $dst_y + $y); 408 imagesetpixel($dst_im, $dst_x + $x, $dst_y + $y, $newcolor);
|