OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodePixelGamma
(Results
1 - 9
of
9
) sorted by null
/external/ImageMagick/MagickCore/
colorspace-private.h
59
red=QuantumScale*
DecodePixelGamma
(pixel->red);
60
green=QuantumScale*
DecodePixelGamma
(pixel->green);
61
blue=QuantumScale*
DecodePixelGamma
(pixel->blue);
gem-private.h
138
r=QuantumScale*
DecodePixelGamma
(red);
139
g=QuantumScale*
DecodePixelGamma
(green);
140
b=QuantumScale*
DecodePixelGamma
(blue);
pixel.h
253
DecodePixelGamma
(const MagickRealType) magick_hot_spot,
pixel-accessor.h
268
intensity=(MagickRealType) (0.212656f*
DecodePixelGamma
(pixel->red)+
269
0.715158f*
DecodePixelGamma
(pixel->green)+
270
0.072186f*
DecodePixelGamma
(pixel->blue));
313
intensity=(MagickRealType) (0.212656f*
DecodePixelGamma
((MagickRealType)
315
DecodePixelGamma
((MagickRealType)
317
DecodePixelGamma
((MagickRealType)
pixel.c
255
%
DecodePixelGamma
() applies the expansive power-law nonlinearity to the pixel.
257
% The format of the
DecodePixelGamma
method is:
259
% double
DecodePixelGamma
(const MagickRealType pixel)
325
MagickExport MagickRealType
DecodePixelGamma
(const MagickRealType pixel)
[
all
...]
colorspace.c
722
red=(double)
DecodePixelGamma
((MagickRealType)
724
green=(double)
DecodePixelGamma
((MagickRealType)
726
blue=(double)
DecodePixelGamma
((MagickRealType)
789
red=
DecodePixelGamma
((MagickRealType) GetPixelRed(image,q));
790
green=
DecodePixelGamma
((MagickRealType) GetPixelGreen(image,q));
791
blue=
DecodePixelGamma
((MagickRealType) GetPixelBlue(image,q));
[
all
...]
enhance.c
[
all
...]
methods.h
214
#define
DecodePixelGamma
PrependMagickMethod(
DecodePixelGamma
)
[
all
...]
/external/ImageMagick/tests/
validate.c
234
r=QuantumScale*
DecodePixelGamma
(red);
235
g=QuantumScale*
DecodePixelGamma
(green);
236
b=QuantumScale*
DecodePixelGamma
(blue);
[
all
...]
Completed in 78 milliseconds