OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rendering_intent
(Results
1 - 25
of
29
) sorted by null
1
2
/external/webrtc/talk/media/devices/
carbonvideorenderer.cc
82
CGColorRenderingIntent
rendering_intent
= kCGRenderingIntentDefault;
local
85
NULL, false,
rendering_intent
);
/external/ImageMagick/coders/
mpc.c
650
rendering_intent
;
652
rendering_intent
=ParseCommandOption(MagickIntentOptions,
654
if (
rendering_intent
< 0)
656
image->
rendering_intent
=(RenderingIntent)
rendering_intent
;
646
rendering_intent
;
local
[
all
...]
bmp.c
786
image->
rendering_intent
=SaturationIntent;
791
image->
rendering_intent
=RelativeIntent;
796
image->
rendering_intent
=PerceptualIntent;
801
image->
rendering_intent
=AbsoluteIntent;
[
all
...]
miff.c
956
rendering_intent
;
958
rendering_intent
=ParseCommandOption(MagickIntentOptions,
960
if (
rendering_intent
< 0)
962
image->
rendering_intent
=(RenderingIntent)
rendering_intent
;
951
rendering_intent
;
local
[
all
...]
png.c
[
all
...]
json.c
[
all
...]
/external/ImageMagick/MagickCore/
image.h
195
rendering_intent
;
member in struct:_Image
property.c
161
image->
rendering_intent
=clone_image->
rendering_intent
;
4180
rendering_intent
;
local
4300
rendering_intent
;
local
[
all
...]
identify.c
[
all
...]
colorspace.c
[
all
...]
image.c
182
image->
rendering_intent
=PerceptualIntent;
[
all
...]
profile.c
[
all
...]
/external/libpng/
pngstruct.h
121
png_uint_16
rendering_intent
; /* Rendering intent of a profile */
member in struct:png_colorspace
pngget.c
726
*file_srgb_intent = info_ptr->colorspace.
rendering_intent
;
[
all
...]
pngwrite.c
165
png_write_sRGB(png_ptr, info_ptr->colorspace.
rendering_intent
);
[
all
...]
png.c
[
all
...]
/external/pdfium/third_party/lpng_v163/
pngstruct.h
122
png_uint_16
rendering_intent
; /* Rendering intent of a profile */
member in struct:png_colorspace
pngget.c
693
*file_srgb_intent = info_ptr->colorspace.
rendering_intent
;
[
all
...]
pngwrite.c
163
png_write_sRGB(png_ptr, info_ptr->colorspace.
rendering_intent
);
[
all
...]
png.c
[
all
...]
/external/ImageMagick/Magick++/lib/
Image.cpp
1324
image()->
rendering_intent
=renderingIntent_;
1329
return(static_cast<Magick::RenderingIntent>(constImage()->
rendering_intent
));
[
all
...]
/external/ImageMagick/PerlMagick/
Magick.xs
[
all
...]
/external/ImageMagick/PerlMagick/quantum/
quantum.xs.in
[
all
...]
/external/ImageMagick/ImageMagick/api/
magick-image.html
[
all
...]
/external/ImageMagick/www/api/
magick-image.html
[
all
...]
Completed in 546 milliseconds
1
2