Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php49 $RealPixel = phpthumb_functions::GetPixelColor($gdimg_image, $x, $y);
179 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
215 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
261 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
533 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
614 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
878 $currentPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
970 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
1019 $currentPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
1038 $currentPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
[all …]
H A Dphpthumb.ico.php33 $argb = phpthumb_functions::GetPixelColor($gd_image, $x, $y);
H A Dphpthumb.functions.php267 public static function GetPixelColor(&$img, $x, $y) { function in phpthumb_functions
394 $RealPixel = self::GetPixelColor($dst_im, $dst_x + $x, $dst_y + $y);
395 $OverlayPixel = self::GetPixelColor($src_im, $x, $y);
H A Dphpthumb.bmp.php49 $argb = phpthumb_functions::GetPixelColor($gd_image, $x, $y);
H A Dphpthumb.class.php2736 $PixelColor = phpthumb_functions::GetPixelColor($this->gdimg_output, $x, $y);
2754 $AlphaChannelPixel = phpthumb_functions::GetPixelColor($img_alpha_mixdown_dither, $x, $y);