/external/ImageMagick/MagickCore/ |
colorspace.h | 67 SetImageColorspace(Image *,const ColorspaceType,ExceptionInfo *),
|
deprecate.c | 251 SetImageColorspace(image,sRGBColorspace,exception); 371 (void) SetImageColorspace(image,sRGBColorspace,exception);
|
channel.c | 288 (void) SetImageColorspace(destination_image,GRAYColorspace, 410 (void) SetImageColorspace(destination_image,sRGBColorspace,exception); 457 (void) SetImageColorspace(destination_image,GRAYColorspace,exception); 531 (void) SetImageColorspace(combine_image,colorspace,exception); 534 (void) SetImageColorspace(combine_image,RGBColorspace,exception); 536 (void) SetImageColorspace(combine_image,sRGBColorspace,exception); 752 (void) SetImageColorspace(separate_image,GRAYColorspace,exception); [all...] |
colorspace.c | 337 if (SetImageColorspace(image,colorspace,exception) == MagickFalse) 383 if (SetImageColorspace(image,colorspace,exception) == MagickFalse) 435 if (SetImageColorspace(image,colorspace,exception) == MagickFalse) 631 if (SetImageColorspace(image,colorspace,exception) == MagickFalse) 740 if (SetImageColorspace(image,colorspace,exception) == MagickFalse) 802 if (SetImageColorspace(image,colorspace,exception) == MagickFalse) [all...] |
enhance.c | 871 (void) SetImageColorspace(image,sRGBColorspace,exception); [all...] |
/external/ImageMagick/coders/ |
vips.c | 453 SetImageColorspace(image,CMYKColorspace,exception); 459 SetImageColorspace(image,GRAYColorspace,exception); 465 SetImageColorspace(image,RGBColorspace,exception); 470 SetImageColorspace(image,sRGBColorspace,exception); 704 (void) SetImageColorspace(image,sRGBColorspace,exception);
|
xc.c | 146 (void) SetImageColorspace(image,pixel.colorspace,exception);
|
gradient.c | 150 (void) SetImageColorspace(image,pixel.colorspace,exception); 229 (void) SetImageColorspace(image,stops[0].color.colorspace,exception);
|
mask.c | 245 (void) SetImageColorspace(mask_image,GRAYColorspace,exception);
|
plasma.c | 183 (void) SetImageColorspace(image,sRGBColorspace,exception);
|
exr.c | 223 SetImageColorspace(image,RGBColorspace,exception); 462 (void) SetImageColorspace(image,RGBColorspace,exception);
|
pnm.c | 398 (void) SetImageColorspace(image,GRAYColorspace,exception); 403 (void) SetImageColorspace(image,GRAYColorspace,exception); 410 (void) SetImageColorspace(image,GRAYColorspace,exception); 414 (void) SetImageColorspace(image,GRAYColorspace,exception); 425 (void) SetImageColorspace(image,CMYKColorspace,exception); 430 (void) SetImageColorspace(image,CMYKColorspace,exception); 469 (void) SetImageColorspace(image,GRAYColorspace,exception); 512 (void) SetImageColorspace(image,GRAYColorspace,exception); 601 (void) SetImageColorspace(image,GRAYColorspace,exception); 663 (void) SetImageColorspace(image,GRAYColorspace,exception) [all...] |
art.c | 158 SetImageColorspace(image,GRAYColorspace,exception);
|
pgx.c | 209 (void) SetImageColorspace(image,GRAYColorspace,exception);
|
sct.c | 224 SetImageColorspace(image,CMYKColorspace,exception);
|
uyvy.c | 185 SetImageColorspace(image,YCbCrColorspace,exception);
|
vicar.c | 301 (void) SetImageColorspace(image,GRAYColorspace,exception);
|
hdr.c | 390 (void) SetImageColorspace(image,RGBColorspace,exception); 392 (void) SetImageColorspace(image,XYZColorspace,exception);
|
jp2.c | 421 SetImageColorspace(image,GRAYColorspace,exception); 425 SetImageColorspace(image,GRAYColorspace,exception); 431 SetImageColorspace(image,Rec601YCbCrColorspace,exception); [all...] |
dpx.c | 874 SetImageColorspace(image,RGBColorspace,exception); [all...] |
pcd.c | 726 (void) SetImageColorspace(image,sRGBColorspace,exception); 884 (void) SetImageColorspace(image,sRGBColorspace,exception); [all...] |
xcf.c | [all...] |
jpeg.c | [all...] |
heic.c | 299 (void) SetImageColorspace(image,YCbCrColorspace,exception);
|
/external/ImageMagick/www/source/ |
mgk.c | 415 (void) SetImageColorspace(image,RGBColorspace);
|