Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dthreshold.c1036 if (pixel < GetPixelInfoChannel(&threshold,channel)) in BlackThresholdImage()
1370 if ((q[i] < GetPixelInfoChannel(&start,channel)) || in ColorThresholdImage()
1371 (q[i] > GetPixelInfoChannel(&stop,channel))) in ColorThresholdImage()
2625 if (pixel > GetPixelInfoChannel(&threshold,channel)) in WhiteThresholdImage()
Dpixel-accessor.h209 static inline MagickRealType GetPixelInfoChannel( in GetPixelInfoChannel() function
Dvisual-effects.c654 Colorize(q[i],GetPixelInfoChannel(&blend_percentage,(PixelChannel) i), in ColorizeImage()
655 GetPixelInfoChannel(colorize,(PixelChannel) i))),q); in ColorizeImage()