Home
last modified time | relevance | path

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