Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php323 …sampleBicubic($dst_img, $src_img, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h) { argument
327 $scaleX = ($src_w - 1) / $dst_w;
390 …mageCopyRespectAlpha(&$dst_im, &$src_im, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h, $opacity_… argument
392 for ($x = $src_x; $x < $src_w; $x++) {