Searched refs:reflection_height (Results 1 – 1 of 1) sorted by relevance
222 …function imagereflection($src_img, $src_width, $src_height, $reflection_height, $alpha_start, $alp… argument223 $dest_height = $src_height + $reflection_height;233 if ( empty($reflection_height) ) $reflection_height = $src_height / 2;239 for ($y = 1; $y <= $reflection_height; $y++) {241 $pct = $y / $reflection_height;