Home
last modified time | relevance | path

Searched refs:src_x (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php323 …public static function ImageCopyResampleBicubic($dst_img, $src_img, $dst_x, $dst_y, $src_x, $src_y… argument
340 for ($x = $src_x; $x < $src_x + $dst_w; $x++) {
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
392 for ($x = $src_x; $x < $src_w; $x++) {