Searched refs:src_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 335 for ($y = $src_y; $y < $src_y + $dst_h; $y++) { 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 393 for ($y = $src_y; $y < $src_h; $y++) {
|