/external/pdfium/third_party/lcms2-2.6/src/ |
cmspcs.c | 650 int _cmsReasonableGridpointsByColorspace(cmsColorSpaceSignature Colorspace, cmsUInt32Number dwFlags) 660 nChannels = cmsChannelsOf(Colorspace); 753 // Translate from our colorspace to ICC representation 868 cmsUInt32Number CMSEXPORT cmsChannelsOf(cmsColorSpaceSignature ColorSpace) 870 switch (ColorSpace) {
|
cmssamp.c | 370 cmsColorSpaceSignature ColorSpace; 418 ColorSpace = cmsGetColorSpace(hProfile); 420 (ColorSpace != cmsSigGrayData && 421 ColorSpace != cmsSigRgbData && 422 ColorSpace != cmsSigCmykData)) {
|
/external/ImageMagick/coders/ |
pdf.c | 51 #include "MagickCore/colorspace.h" 52 #include "MagickCore/colorspace-private.h" 517 cmyk=image_info->colorspace == CMYKColorspace ? MagickTrue : MagickFalse; 681 if (IssRGBCompatibleColorspace(image_info->colorspace) != MagickFalse) [all...] |
uil.c | 50 #include "MagickCore/colorspace.h" 51 #include "MagickCore/colorspace-private.h" 309 pixel.colorspace=sRGBColorspace;
|
cip.c | 47 #include "MagickCore/colorspace.h" 48 #include "MagickCore/colorspace-private.h"
|
gradient.c | 50 #include "MagickCore/colorspace-private.h" 157 (void) SetImageColorspace(image,stops[0].color.colorspace,exception);
|
xc.c | 49 #include "MagickCore/colorspace-private.h" 145 (void) SetImageColorspace(image,pixel.colorspace,exception);
|
/external/ImageMagick/Magick++/ |
NEWS | 247 * Renamed transformColorSpace() to colorSpace() and added a 248 colorSpace() accessor method. 310 colorspace (e.g. CYMK).
|
/external/ImageMagick/MagickWand/ |
display.c | 166 "-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) 826 colorspace; local 1462 colorspace; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_screen.c | 449 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { 454 else if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB) 496 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
|
/external/skia/src/core/ |
SkRasterPipelineBlitter.cpp | 93 SkColorSpace* dstCS = dst.colorSpace(); 169 colorFilter->appendStages(colorPipeline, dst.colorSpace(), alloc, is_opaque); 307 && !fDst.colorSpace()
|
/external/webp/src/enc/ |
picture_csp_enc.c | 10 // WebPPicture utils for colorspace conversion 846 picture->colorspace = has_alpha ? WEBP_YUV420A : WEBP_YUV420; [all...] |
/frameworks/native/services/surfaceflinger/RenderEngine/ |
GLES20RenderEngine.cpp | 25 #include <ui/ColorSpace.h> 140 mat3 srgbToP3 = ColorSpaceConnector(ColorSpace::sRGB(), ColorSpace::DisplayP3()).getTransform();
|
/prebuilts/devtools/tools/lib/ |
screenshot2.jar | |
/external/ImageMagick/ImageMagick/script/ |
escape.html | 68 width, height, depth, image type (colorspace), timing delays, and 224 <td>image class and colorspace</td> 362 <td>??? channels in use - colorspace ???</td> 365 <td>%[colorspace]</td> 366 <td>Colorspace of Image Data (excluding transparency)</td> 718 ColorSpace
|
/external/ImageMagick/www/ |
escape.html | 72 width, height, depth, image type (colorspace), timing delays, and 228 <td>image class and colorspace</td> 366 <td>??? channels in use - colorspace ???</td> 369 <td>%[colorspace]</td> 370 <td>Colorspace of Image Data (excluding transparency)</td> 722 ColorSpace
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Color.h | 270 // HSL Colorspace colors 391 // YUV Colorspace color
|
Options.h | 69 // Image colorspace scheme 162 // Colorspace to quantize in.
|
/external/autotest/client/deps/glbench/src/ |
yuv2rgb_1.glslf | 40 * by converting the colorspace to RGB on the fly. 174 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
/external/libjpeg-turbo/ |
jpegint.h | 95 /* Colorspace conversion */ 256 /* Colorspace conversion */
|
/external/libpng/scripts/ |
pnglibconf.dfa | 459 option READ_RGB_TO_GRAY requires READ_TRANSFORMS, READ_GAMMA enables COLORSPACE 571 # Colorspace support (enabled as required); just the support for colorant 577 # As of 1.6.0 COLORSPACE is only useful if the application processes the 578 # information; this is because the library does not do any colorspace 582 option COLORSPACE enables GAMMA disabled 716 chunk cHRM enables COLORSPACE 719 chunk iCCP enables COLORSPACE, GAMMA 727 chunk sRGB enables COLORSPACE, GAMMA, SET_OPTION [all...] |
/external/libyuv/files/source/ |
convert_jpeg.cc | 174 // TODO(fbarchard): Implement conversion for any other colorspace/sample 302 // TODO(fbarchard): Implement conversion for any other colorspace/sample
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
c2030.htm | 337 HREF="x2123.htm#V4L2-COLORSPACE" 343 >colorspace</CODE
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_surface.c | 100 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) 104 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
|
/external/mesa3d/src/gallium/tests/unit/ |
translate_test.c | 181 || output_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB 207 || input_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB
|