Searched defs:colorspace (Results 1 - 25 of 77) sorted by relevance

1234

/external/ImageMagick/MagickCore/
H A Dquantize.h21 #include "MagickCore/colorspace.h"
44 colorspace; member in struct:_QuantizeInfo
H A Dcolorspace-private.h16 MagickCore image colorspace private methods.
51 if (pixel->colorspace != sRGBColorspace)
81 pixel->colorspace=CMYKColorspace;
89 const ColorspaceType colorspace)
91 if (colorspace == CMYKColorspace)
97 const ColorspaceType colorspace)
99 if (colorspace == GRAYColorspace)
104 static inline MagickBooleanType IsRGBColorspace(const ColorspaceType colorspace) argument
106 if ((colorspace == RGBColorspace) || (colorspace
88 IsCMYKColorspace( const ColorspaceType colorspace) argument
96 IsGrayColorspace( const ColorspaceType colorspace) argument
111 IssRGBColorspace( const ColorspaceType colorspace) argument
119 IssRGBCompatibleColorspace( const ColorspaceType colorspace) argument
[all...]
H A Dchannel.c46 #include "MagickCore/colorspace-private.h"
384 (IsGrayColorspace(destination_image->colorspace) != MagickFalse))
457 % Image *CombineImages(const Image *images,const ColorspaceType colorspace,
464 % o colorspace: the image colorspace.
470 const ColorspaceType colorspace,ExceptionInfo *exception)
506 if ((colorspace == UndefinedColorspace) || (image->number_channels == 1))
509 (void) SetImageColorspace(combine_image,colorspace,exception);
469 CombineImages(const Image *image, const ColorspaceType colorspace,ExceptionInfo *exception) argument
H A Dcache-private.h135 colorspace; member in struct:_CacheInfo
/external/kernel-headers/original/uapi/linux/
H A Dv4l2-mediabus.h25 * @colorspace: colorspace of the data (from enum v4l2_colorspace)
35 __u32 colorspace; member in struct:v4l2_mbus_framefmt
/external/swiftshader/src/Main/
H A DFrameBufferOSX.hpp44 CGColorSpaceRef colorspace; member in class:sw::FrameBufferOSX
/external/ImageMagick/coders/
H A Ddebug.c51 #include "MagickCore/colorspace.h"
174 colorspace[MagickPathExtent],
210 (void) CopyMagickString(colorspace,CommandOptionToMnemonic(
211 MagickColorspaceOptions,(ssize_t) image->colorspace),MagickPathExtent);
212 LocaleLower(colorspace);
215 (void) ConcatenateMagickString(colorspace,"a",MagickPathExtent);
219 GetQuantumRange(image->depth)),colorspace);
235 if (pixel.colorspace == CMYKColorspace)
169 colorspace[MagickPathExtent], local
H A Ddib.c52 #include "MagickCore/colorspace.h"
53 #include "MagickCore/colorspace-private.h"
103 colorspace;
101 colorspace; member in struct:_DIBInfo
H A Dmpc.c414 if (LocaleCompare(keyword,"colorspace") == 0)
417 colorspace;
419 colorspace=ParseCommandOption(MagickColorspaceOptions,
421 if (colorspace < 0)
423 image->colorspace=(ColorspaceType) colorspace;
1135 if (image->colorspace != UndefinedColorspace)
1137 (void) FormatLocaleString(buffer,MagickPathExtent,"colorspace=%s\n",
1138 CommandOptionToMnemonic(MagickColorspaceOptions,image->colorspace));
413 colorspace; local
H A Dtxt.c51 #include "MagickCore/colorspace.h"
110 colorspace[MagickPathExtent];
125 &rows,&depth,colorspace);
384 colorspace[MagickPathExtent],
447 *colorspace='\0';
449 colorspace);
459 LocaleLower(colorspace);
460 i=(ssize_t) strlen(colorspace)-1;
462 if ((i > 0) && (colorspace[i] == 'a'))
464 colorspace[
107 colorspace[MagickPathExtent]; local
379 colorspace[MagickPathExtent], local
694 colorspace[MagickPathExtent], local
[all...]
/external/skia/tests/
H A DImageGeneratorTest.cpp101 auto colorspace = SkColorSpace::MakeSRGB(); local
104 SkImage::BitDepth::kU8, colorspace);
110 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
/external/skqp/tests/
H A DImageGeneratorTest.cpp98 auto colorspace = SkColorSpace::MakeSRGB(); local
101 SkImage::BitDepth::kU8, colorspace);
107 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
/external/ImageMagick/MagickWand/
H A Dstream.c109 "-colorspace type alternate image colorspace",
122 "-quantize colorspace reduce colors in this colorspace",
350 if (LocaleCompare("colorspace",option+1) == 0)
353 colorspace;
360 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
362 if (colorspace < 0)
601 colorspace;
608 colorspace
351 colorspace; local
599 colorspace; local
[all...]
H A Danimate.c139 "-colorspace type alternate image colorspace",
165 "-quantize colorspace reduce colors in this colorspace",
623 if (LocaleCompare("colorspace",option+1) == 0)
626 colorspace;
633 colorspace=ParseCommandOption(MagickColorspaceOptions,
635 if (colorspace < 0)
1074 quantize_info->colorspace=GRAYColorspace;
1134 colorspace;
624 colorspace; local
1132 colorspace; local
[all...]
H A Dcompare.c106 "-colorspace type alternate image colorspace",
132 "-quantize colorspace reduce colors in this colorspace",
400 if (LocaleCompare("colorspace",option+1) == 0)
403 colorspace;
410 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
412 if (colorspace < 0)
759 colorspace;
766 colorspace
401 colorspace; local
757 colorspace; local
[all...]
H A Ddisplay.c166 "-colorspace type alternate image colorspace",
195 "-quantize colorspace reduce colors in this colorspace",
825 if (LocaleCompare("colorspace",option+1) == 0)
828 colorspace;
835 colorspace=ParseCommandOption(MagickColorspaceOptions,
837 if (colorspace < 0)
1400 quantize_info->colorspace=GRAYColorspace;
1464 colorspace;
826 colorspace; local
1462 colorspace; local
[all...]
H A Didentify.c127 "-colorspace type alternate image colorspace",
439 if (LocaleCompare("colorspace",option+1) == 0)
442 colorspace;
449 colorspace=ParseCommandOption(MagickColorspaceOptions,
451 if (colorspace < 0)
440 colorspace; local
H A Dimport.c123 "-quantize colorspace reduce colors in this colorspace",
138 "-colorspace type alternate image colorspace",
555 if (LocaleCompare("colorspace",option+1) == 0)
558 colorspace;
565 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
567 if (colorspace < 0)
981 quantize_info->colorspace=GRAYColorspace;
1050 colorspace;
556 colorspace; local
1048 colorspace; local
[all...]
H A Dmontage.c144 "-colorspace type alternate image colorsapce",
180 "-quantize colorspace reduce colors in this colorspace",
674 if (LocaleCompare("colorspace",option+1) == 0)
677 colorspace;
684 colorspace=ParseCommandOption(MagickColorspaceOptions,
686 if (colorspace < 0)
1329 colorspace;
1336 colorspace=ParseCommandOption(MagickColorspaceOptions,
1338 if (colorspace <
675 colorspace; local
1327 colorspace; local
[all...]
/external/libjpeg-turbo/
H A Djcparam.c270 /* Choose JPEG colorspace based on input space, set defaults accordingly */
277 * Select an appropriate JPEG colorspace for in_color_space.
319 * Set the JPEG colorspace, and choose colorspace-dependent default values.
323 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace) argument
345 cinfo->jpeg_color_space = colorspace;
350 switch (colorspace) {
/external/libpng/
H A Dpnginfo.h92 * defined. When COLORSPACE is switched on all the colorspace-defining
101 png_colorspace colorspace; member in struct:png_info_def
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_FMT.c165 int valid_colorspace(enum v4l2_colorspace colorspace) argument
169 switch (colorspace) {
216 ".colorspace=%i, "
226 format.fmt.pix.colorspace, format.fmt.pix.priv);
249 //CU_ASSERT_EQUAL(format.fmt.pix.colorspace, ???);
250 CU_ASSERT(valid_colorspace(format.fmt.pix.colorspace));
770 ".colorspace=%i, " ".priv=0x%X " "} }\n",
777 format_max.fmt.pix.colorspace,
806 (format_max.fmt.pix.colorspace));
847 ".colorspace
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp161 int colorspace; local
165 colorspace = JAS_CLRSPC_SRGB;
170 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY?
173 // convert to the desired colorspace
176 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace );
187 fprintf(stderr, "JPEG 2000 LOADER ERROR: cannot convert colorspace\n");
191 fprintf(stderr, "JPEG 2000 LOADER ERROR: unable to create colorspace\n");
250 fprintf(stderr, "JPEG2000 LOADER ERROR: colorspace conversion failed\n" );
/external/pdfium/public/
H A Dfpdf_edit.h81 // The image's colorspace. See above for the list of FPDF_COLORSPACE_*.
82 int colorspace; member in struct:FPDF_IMAGEOBJ_METADATA
417 // pixel, and colorspace. If the |image_object| is not an image object or if it
423 // retrieving the image's bits per pixel and colorspace.
/external/pdfium/third_party/libpng16/
H A Dpnginfo.h92 * defined. When COLORSPACE is switched on all the colorspace-defining
101 png_colorspace colorspace; member in struct:png_info_def

Completed in 1634 milliseconds

1234