/external/webp/include/webp/ |
extras.h | 31 // Ad-hoc colorspace importers.
|
/frameworks/base/libs/hwui/utils/ |
Color.h | 114 bool transferFunctionCloseToSRGB(const SkColorSpace* colorSpace);
|
/hardware/qcom/display/msm8084/libqdutils/ |
qdMetaData.cpp | 86 data->colorSpace = *((ColorSpace_t *)param);
|
/hardware/qcom/display/msm8226/libqdutils/ |
qdMetaData.cpp | 87 data->colorSpace = *((ColorSpace_t *)param);
|
/hardware/qcom/display/msm8994/libqdutils/ |
qdMetaData.cpp | 90 data->colorSpace = *((ColorSpace_t *)param);
|
/hardware/qcom/display/msm8996/libqdutils/ |
qdMetaData.h | 65 enum ColorSpace_t colorSpace;
|
/hardware/qcom/display/msm8998/libqdutils/ |
qdMetaData.h | 76 enum ColorSpace_t colorSpace;
|
/packages/apps/Camera2/tests/res/xml/ |
galaxy_nexus.xml | 28 <tag ifd="ExifIFD" id="0xa001" name="ColorSpace">1</tag>
|
/external/ImageMagick/ImageMagick/script/ |
porting.html | 110 (image->colorspace == CMYKColorspace)) 195 <p>The colormap indexes and black pixel channel (for the CMYK colorspace) are no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue(). Instead they are now a first class pixel channel and accessed as a member of the pixel array (e.g. <code>pixel[4]</code>) or with the convenience pixel accessor methods GetPixelIndex(), SetPixelIndex(), GetPixelBlack(), and SetPixelBlack().</p> 286 <h2 class="magick-header"><a id="colorspace"></a>Colorspace</h2> 287 <p>The <code>Rec601Luma</code> and <code>Rec709Luma</code> colorspaces are no longer supported. Instead, specify the <code>gray</code> colorspace and choose from these intensity options:</p> 296 convert myImage.png -intensity Rec709Luminance -colorspace gray myImage.jpg 384 that image is to then accept color the <code>-colorspace</code> setting needs to 425 <dd>This option now requires an argument, the image colorspace (e.g. +combine sRGB).</dd> 599 <li>The black channel for the CMYK colorspace is no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue(). Instead it is now a pixel channel and accessed with the convenience pixel macros GetPixelBlack() and SetPixelBlack().</li> [all...] |
/external/ImageMagick/MagickWand/ |
composite.c | 265 "-quantize colorspace reduce colors in this colorspace", 290 "-colorspace type alternate image colorspace", 693 if (LocaleCompare("colorspace",option+1) == 0) local 696 colorspace; 703 colorspace=ParseCommandOption(MagickColorspaceOptions, 705 if (colorspace < 0) 1247 colorspace; local [all...] |
/external/ImageMagick/www/ |
porting.html | 114 (image->colorspace == CMYKColorspace)) 199 <p>The colormap indexes and black pixel channel (for the CMYK colorspace) are no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue(). Instead they are now a first class pixel channel and accessed as a member of the pixel array (e.g. <code>pixel[4]</code>) or with the convenience pixel accessor methods GetPixelIndex(), SetPixelIndex(), GetPixelBlack(), and SetPixelBlack().</p> 290 <h2 class="magick-header"><a id="colorspace"></a>Colorspace</h2> 291 <p>The <code>Rec601Luma</code> and <code>Rec709Luma</code> colorspaces are no longer supported. Instead, specify the <code>gray</code> colorspace and choose from these intensity options:</p> 300 convert myImage.png -intensity Rec709Luminance -colorspace gray myImage.jpg 388 that image is to then accept color the <code>-colorspace</code> setting needs to 430 <dd>This option now requires an argument, the image colorspace (e.g. +combine sRGB).</dd> [all...] |
/external/libpng/ |
pngset.c | 61 if (png_colorspace_set_chromaticities(png_ptr, &info_ptr->colorspace, &xy, 63 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 93 if (png_colorspace_set_endpoints(png_ptr, &info_ptr->colorspace, 95 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 194 png_colorspace_set_gamma(png_ptr, &info_ptr->colorspace, file_gamma); 660 (void)png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent); 673 if (png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, 677 info_ptr->colorspace.flags |= 704 /* Set the colorspace first because this validates the profile; do not 711 int result = png_colorspace_set_ICC(png_ptr, &info_ptr->colorspace, name [all...] |
/external/pdfium/third_party/libpng16/ |
pngset.c | 61 if (png_colorspace_set_chromaticities(png_ptr, &info_ptr->colorspace, &xy, 63 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 93 if (png_colorspace_set_endpoints(png_ptr, &info_ptr->colorspace, 95 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 147 png_colorspace_set_gamma(png_ptr, &info_ptr->colorspace, file_gamma); 611 (void)png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent); 624 if (png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, 628 info_ptr->colorspace.flags |= 655 /* Set the colorspace first because this validates the profile; do not 662 int result = png_colorspace_set_ICC(png_ptr, &info_ptr->colorspace, name [all...] |
/external/ImageMagick/MagickCore/ |
Make.com | 40 $call Make colorspace.c 149 channel, cipher, client, coder, color, colormap, colorspace, compare, -
|
channel.c | 46 #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); [all...] |
/external/skia/src/codec/ |
SkCodecPriv.h | 282 if (!dstInfo.colorSpace()) { 290 bool srcDstNotEqual = !SkColorSpace::Equals(srcCS, dstInfo.colorSpace());
|
/external/skia/src/gpu/ |
GrAHardwareBufferImageGenerator.cpp | 46 AHardwareBuffer* graphicBuffer, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) { 64 alphaType, std::move(colorSpace));
|
/external/skia/src/gpu/effects/ |
GrYUVtoRGBEffect.cpp | 32 SkYUVColorSpace colorSpace, 50 switch (colorSpace) {
|
/external/skia/src/images/ |
SkJpegEncoder.cpp | 121 if (!srcInfo.colorSpace() || !srcInfo.colorSpace()->gammaIsLinear() ||
|
/external/skia/src/shaders/ |
SkColorShader.cpp | 193 // TODO: do we need an updated version of this method for color4+colorspace? 217 args.fDstColorSpaceInfo->colorSpace());
|
/external/skqp/src/codec/ |
SkCodecPriv.h | 282 if (!dstInfo.colorSpace()) { 290 bool srcDstNotEqual = !SkColorSpace::Equals(srcCS, dstInfo.colorSpace());
|
/external/skqp/src/gpu/ |
GrAHardwareBufferImageGenerator.cpp | 46 AHardwareBuffer* graphicBuffer, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) { 64 alphaType, std::move(colorSpace));
|
GrBackendTextureImageGenerator.cpp | 37 SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) { 53 std::move(colorSpace));
|
/external/skqp/src/gpu/effects/ |
GrYUVtoRGBEffect.cpp | 32 SkYUVColorSpace colorSpace, 50 switch (colorSpace) {
|
/external/skqp/src/images/ |
SkJpegEncoder.cpp | 121 if (!srcInfo.colorSpace() || !srcInfo.colorSpace()->gammaIsLinear() ||
|