Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
Dphpthumb.filters.php78 public function Bevel(&$gdimg, $width, $hexcolor1, $hexcolor2) { argument
83 imagealphablending($gdimg, true);
86 $color1 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor1, false, $alpha);
87 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2, false, $alpha);
89 …imageline($gdimg, $i, $i + 1, $i, imagesy($g…
90 …imageline($gdimg, $i, $i , imagesx($gdimg) - $i, …
91 …imageline($gdimg, imagesx($gdimg) - $i, imagesy($gdimg) - $i - 1, imagesx($gdimg) - $i, …
92 …imageline($gdimg, imagesx($gdimg) - $i, imagesy($gdimg) - $i , $i, imagesy($g…
98 public function Blur(&$gdimg, $radius=0.5) { argument
106 $w = imagesx($gdimg);
[all …]
Dphpthumb.class.php373 public function setSourceImageResource($gdimg) { argument
375 $this->gdimg_source = $gdimg;