Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
Dphpthumb.filters.php49 $RealPixel = phpthumb_functions::GetPixelColor($gdimg_image, $x, $y);
50 …$MaskPixel = phpthumb_functions::GrayscalePixel(phpthumb_functions::GetPixelColor($gdimg_mask_resi…
179 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
215 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
261 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
357 $PixelMap[$x][$y] = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
533 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
614 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
778 $pixelcolor = phpthumb_functions::GetPixelColor($gdimg_source, $x, $y);
878 $currentPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
[all …]
Dphpthumb.ico.php33 $argb = phpthumb_functions::GetPixelColor($gd_image, $x, $y);
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);
Dphpthumb.bmp.php49 $argb = phpthumb_functions::GetPixelColor($gd_image, $x, $y);
Dphpthumb.class.php2736 $PixelColor = phpthumb_functions::GetPixelColor($this->gdimg_output, $x, $y);
2754 $AlphaChannelPixel = phpthumb_functions::GetPixelColor($img_alpha_mixdown_dither, $x, $y);