Home
last modified time | relevance | path

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

/plugin/reflect/
H A Daction.php222 …function imagereflection($src_img, $src_width, $src_height, $reflection_height, $alpha_start, $alp… argument
223 $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;