Searched refs:colorspace (Results 151 - 175 of 258) sorted by relevance

1234567891011

/external/skia/third_party/libpng/
H A Dpngread.c1400 /* Does the colorspace match sRGB? If there is no color endpoint
1402 * 'ENDPOINTS_MATCHP_sRGB' colorspace flag to have been set. If the
1403 * colorspace has been determined to be invalid ignore it.
1405 if ((format & PNG_FORMAT_FLAG_COLOR) != 0 && ((png_ptr->colorspace.flags
1640 png_fixed_point g = display->image->opaque->png_ptr->colorspace.gamma;
2128 if ((png_ptr->colorspace.flags & PNG_COLORSPACE_HAVE_GAMMA) == 0)
2131 * that it happens even if the colorspace is invalid (though probably if
2137 png_ptr->colorspace.gamma = PNG_GAMMA_LINEAR;
2140 png_ptr->colorspace.gamma = PNG_GAMMA_sRGB_INVERSE;
2142 png_ptr->colorspace
[all...]
/external/ImageMagick/MagickCore/
H A Dquantum.c51 #include "MagickCore/colorspace.h"
52 #include "MagickCore/colorspace-private.h"
546 if (image->colorspace == CMYKColorspace)
552 if (IsGrayColorspace(image->colorspace) != MagickFalse)
H A Ddistort.c49 #include "MagickCore/colorspace-private.h"
2289 (IsGrayColorspace(distort_image->colorspace) != MagickFalse))
2923 (image->colorspace == CMYKColorspace))
2974 (image->colorspace == CMYKColorspace))
3000 (image->colorspace == CMYKColorspace))
3091 (image->colorspace == CMYKColorspace))
3113 (image->colorspace == CMYKColorspace))
3137 (image->colorspace == CMYKColorspace))
3157 (image->colorspace == CMYKColorspace))
3171 (image->colorspace
[all...]
H A Dresample.c550 if (pixel->colorspace == CMYKColorspace)
622 if (pixel->colorspace == CMYKColorspace)
679 if (pixel->colorspace == CMYKColorspace)
H A Dfx.c54 #include "MagickCore/colorspace-private.h"
713 if ((IsGrayColorspace(colorize_image->colorspace) != MagickFalse) ||
734 if (blend_percentage.colorspace == CMYKColorspace)
995 if (image->colorspace == CMYKColorspace)
1475 if (image->colorspace != CMYKColorspace)
1536 if (image->colorspace == CMYKColorspace)
1633 if (image->colorspace != CMYKColorspace)
2514 if (fx_info->images->colorspace == CMYKColorspace)
4369 if (IsGrayColorspace(image->colorspace) != MagickFalse)
4663 if (IsGrayColorspace(image->colorspace) !
[all...]
H A Dsegment.c90 #include "MagickCore/colorspace.h"
91 #include "MagickCore/colorspace-private.h"
1768 % const ColorspaceType colorspace,const MagickBooleanType verbose,
1776 % o colorspace: Indicate the colorspace.
1793 const ColorspaceType colorspace,const MagickBooleanType verbose,
1837 previous_colorspace=image->colorspace;
1838 (void) TransformImageColorspace(image,colorspace,exception);
1777 SegmentImage(Image *image, const ColorspaceType colorspace,const MagickBooleanType verbose, const double cluster_threshold,const double smooth_threshold, ExceptionInfo *exception) argument
H A Dcache.c50 #include "MagickCore/colorspace-private.h"
204 cache_info->colorspace=sRGBColorspace;
1579 (image->colorspace != cache_info->colorspace) ||
2087 return(cache_info->colorspace);
3493 cache_info->colorspace=image->colorspace;
3519 cache_info->colorspace=image->colorspace;
4950 (IsGrayColorspace(image->colorspace) !
[all...]
H A Dimage.c57 #include "MagickCore/colorspace.h"
58 #include "MagickCore/colorspace-private.h"
181 image->colorspace=sRGBColorspace;
839 clone_image->colorspace=image->colorspace;
985 clone_info->colorspace=image_info->colorspace;
2069 image->colorspace=background->colorspace;
2376 image->colorspace
[all...]
/external/ImageMagick/coders/
H A Ddjvu.c650 image->colorspace = GRAYColorspace;
658 image->colorspace = RGBColorspace;
H A Dxps.c49 #include "MagickCore/colorspace.h"
201 cmyk=image->colorspace == CMYKColorspace ? MagickTrue : MagickFalse;
H A Dpcd.c49 #include "MagickCore/colorspace.h"
50 #include "MagickCore/colorspace-private.h"
688 image->colorspace=YCCColorspace;
842 image->colorspace=YCCColorspace;
1118 if (IssRGBCompatibleColorspace(pcd_image->colorspace) == MagickFalse)
H A Dxpm.c51 #include "MagickCore/colorspace.h"
52 #include "MagickCore/colorspace-private.h"
790 pixel.colorspace=sRGBColorspace;
931 if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse)
1027 pixel.colorspace=sRGBColorspace;
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_screen.cpp113 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
129 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
/external/ImageMagick/MagickWand/
H A Dmagick-property.c263 % MagickGetColorspace() gets the wand colorspace type.
281 return(wand->image_info->colorspace);
1951 % MagickSetColorspace() sets the wand colorspace type.
1956 % const ColorspaceType colorspace)
1962 % o colorspace: the wand colorspace.
1966 const ColorspaceType colorspace)
1973 wand->image_info->colorspace=colorspace;
1920 MagickSetColorspace(MagickWand *wand, const ColorspaceType colorspace) argument
H A Dmagick-image.c1597 if (target.colorspace != CMYKColorspace)
1694 % const ColorspaceType colorspace)
1700 % o colorspace: the colorspace.
1704 const ColorspaceType colorspace)
1715 combine_image=CombineImages(wand->images,colorspace,wand->exception);
4432 % MagickGetImageColorspace() gets the image colorspace.
4455 return(wand->images->colorspace);
8042 % const size_t number_colors,const ColorspaceType colorspace,
8052 % o colorspace
1670 MagickCombineImages(MagickWand *wand, const ColorspaceType colorspace) argument
7912 MagickQuantizeImage(MagickWand *wand, const size_t number_colors,const ColorspaceType colorspace, const size_t treedepth,const DitherMethod dither_method, const MagickBooleanType measure_error) argument
7990 MagickQuantizeImages(MagickWand *wand, const size_t number_colors,const ColorspaceType colorspace, const size_t treedepth,const DitherMethod dither_method, const MagickBooleanType measure_error) argument
8783 MagickSegmentImage(MagickWand *wand, const ColorspaceType colorspace,const MagickBooleanType verbose, const double cluster_threshold,const double smooth_threshold) argument
9385 MagickSetImageColorspace(MagickWand *wand, const ColorspaceType colorspace) argument
11875 MagickTransformImageColorspace(MagickWand *wand, const ColorspaceType colorspace) argument
[all...]
H A Dconvert.c274 "-quantize colorspace reduce colors in this colorspace",
384 "-colorspace type alternate image colorspace",
1073 if (LocaleCompare("colorspace",option+1) == 0)
1076 colorspace;
1083 colorspace=ParseCommandOption(MagickColorspaceOptions,
1085 if (colorspace < 0)
2466 colorspace;
2473 colorspace
1074 colorspace; local
2464 colorspace; local
[all...]
/external/libcups/cups/
H A Dppd.h101 PPD_CS_CMYK = -4, /* CMYK colorspace */
102 PPD_CS_CMY, /* CMY colorspace */
103 PPD_CS_GRAY = 1, /* Grayscale colorspace */
104 PPD_CS_RGB = 3, /* RGB colorspace */
105 PPD_CS_RGBK, /* RGBK (K = gray) colorspace */
106 PPD_CS_N /* DeviceN colorspace */
303 ppd_cs_t colorspace; /* Default colorspace */ member in struct:ppd_file_s
H A Dppd.c662 ppd->colorspace = PPD_CS_N;
1683 * Set default colorspace...
1687 ppd->colorspace = PPD_CS_CMY;
1689 ppd->colorspace = PPD_CS_CMYK;
1691 ppd->colorspace = PPD_CS_RGB;
1693 ppd->colorspace = PPD_CS_RGBK;
1695 ppd->colorspace = PPD_CS_N;
1697 ppd->colorspace = PPD_CS_GRAY;
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h396 EGLenum colorspace);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c379 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
H A Dlp_bld_depth.c304 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
353 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
881 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
/external/webp/src/enc/
H A Dpicture_tools_enc.c163 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT;
/external/ImageMagick/Magick++/lib/
H A DColor.cpp252 pixel.colorspace=(_pixelType == RGBPixel || _pixelType == RGBAPixel) ?
424 _pixel->colorspace=CMYKColorspace;
429 if (color_.colorspace == CMYKColorspace)
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h184 * Default colorspace, i.e. let the driver figure it out.
205 * NTSC 1953 colorspace. This only makes sense when dealing with
211 * EBU Tech 3213 PAL/SECAM colorspace. This only makes sense when
226 /* AdobeRGB colorspace */
229 /* BT.2020 colorspace, used for UHDTV. */
232 /* Raw colorspace: for RAW unprocessed images */
235 /* DCI-P3 colorspace, used by cinema projectors */
240 * Determine how COLORSPACE_DEFAULT should map to a proper colorspace.
279 * This depends on the colorspace.
352 * This depends on the colorspace
475 __u32 colorspace; /* enum v4l2_colorspace */ member in struct:v4l2_pix_format
995 __u32 colorspace; /* enum v4l2_colorspace */ member in struct:v4l2_framebuffer::__anon9285
2064 __u32 colorspace; member in struct:v4l2_pix_format_mplane
[all...]
/external/v4l2_codec2/vda/
H A Dvideodev2.h194 * Default colorspace, i.e. let the driver figure it out.
215 * NTSC 1953 colorspace. This only makes sense when dealing with
221 * EBU Tech 3213 PAL/SECAM colorspace. This only makes sense when
236 /* AdobeRGB colorspace */
239 /* BT.2020 colorspace, used for UHDTV. */
242 /* Raw colorspace: for RAW unprocessed images */
245 /* DCI-P3 colorspace, used by cinema projectors */
250 * Determine how COLORSPACE_DEFAULT should map to a proper colorspace.
289 * This depends on the colorspace.
345 * This depends on the colorspace
465 __u32 colorspace; /* enum v4l2_colorspace */ member in struct:v4l2_pix_format
971 __u32 colorspace; /* enum v4l2_colorspace */ member in struct:v4l2_framebuffer::__anon22978
2014 __u32 colorspace; member in struct:v4l2_pix_format_mplane
[all...]

Completed in 730 milliseconds

1234567891011