Searched refs:src_h (Results 1 – 1 of 1) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.functions.php | 323 …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; 390 …RespectAlpha(&$dst_im, &$src_im, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h, $opacity_pct=100)… argument 393 for ($y = $src_y; $y < $src_h; $y++) {
|