Home
last modified time | relevance | path

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

/dports/www/e107/e107/e107_handlers/phpthumb/thumb_plugins/
H A Dgd_reflection.inc.php61 $reflectionHeight = intval($height * ($reflection / 100));
62 $newHeight = $height + $reflectionHeight;
81 $reflectionHeight,
92 for ($i = 0; $i < $reflectionHeight; $i++)
94 … = imagecolorallocatealpha($this->workingImage, 255, 255, 255, ($i/$reflectionHeight*-1+1)*$white);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/PHPThumb/Plugins/
H A DReflection.php71 $this->reflectionHeight = intval($height * ($this->reflection / 100));
72 $newHeight = $height + $this->reflectionHeight;
104 $this->reflectionHeight,
124 for ($i = 0; $i < $this->reflectionHeight; $i++) {
130 ($i / $this->reflectionHeight * -1 + 1) * $this->white
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/PHPThumb/Plugins/
H A DReflection.php71 $this->reflectionHeight = intval($height * ($this->reflection / 100));
72 $newHeight = $height + $this->reflectionHeight;
104 $this->reflectionHeight,
124 for ($i = 0; $i < $this->reflectionHeight; $i++) {
130 ($i / $this->reflectionHeight * -1 + 1) * $this->white
/dports/finance/prestashop/prestashop/admin/filemanager/include/
H A Dphp_image_magician.php1189 …public function addReflection($reflectionHeight = 50, $startingTransparency = 30, $inside = false,… argument
1204 $bg = imagecreatetruecolor($this->width, $reflectionHeight);
1212 $bg = imagecreatetruecolor($this->width, $reflectionHeight);
1215 imagecopy($bg, $im, $x, 0, $this->width-$x -1, 0, 1, $reflectionHeight);
1223 $step = 100/($reflectionHeight + $startingTransparency);
1225 $step = 100/$reflectionHeight;
1227 for ($i=0; $i<=$reflectionHeight; $i++) {
1251 …erge($final, $this->imageResized, 0, 0, 0, $reflectionHeight, $this->width, $this->height - $refle…
1252 imagecopymerge($final, $im, 0, $this->height - $reflectionHeight, 0, 0, $x, $y, 100);
/dports/www/thirtybees/thirtybees-1.1.0/admin/filemanager/include/
H A Dphp_image_magician.php1189 …public function addReflection($reflectionHeight = 50, $startingTransparency = 30, $inside = false,… argument
1204 $bg = imagecreatetruecolor($this->width, $reflectionHeight);
1212 $bg = imagecreatetruecolor($this->width, $reflectionHeight);
1215 imagecopy($bg, $im, $x, 0, $this->width-$x -1, 0, 1, $reflectionHeight);
1224 $step = 100/($reflectionHeight + $startingTransparency);
1226 $step = 100/$reflectionHeight;
1228 for ($i=0; $i<=$reflectionHeight; $i++) {
1254 …erge($final, $this->imageResized, 0, 0, 0, $reflectionHeight, $this->width, $this->height - $refle…
1255 imagecopymerge($final, $im, 0, $this->height - $reflectionHeight, 0, 0, $x, $y, 100);