HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 151 - 175 of 1229) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ImageMagick/PerlMagick/t/reference/ttf/
annotate.miff 4 colorspace=RGB
label.miff 4 colorspace=RGB
  /external/ImageMagick/PerlMagick/t/reference/write/ttf/
annotate.miff 4 colorspace=RGB
label.miff 4 colorspace=RGB
  /external/autotest/client/deps/glbench/src/
yuv2rgb_2.glslf 62 * This does the colorspace conversion from Y'UV to RGB as a matrix
yuv2rgb_3.glslf 53 * This does the colorspace conversion from Y'UV to RGB as a matrix
yuv2rgb_4.glslf 51 * This does the colorspace conversion from Y'UV to RGB as a matrix
  /external/libjpeg-turbo/
README-turbo.txt 15 colorspace extensions that allow it to compress from/decompress to 32-bit and
60 Colorspace Extensions
66 colorspace constants:
90 that does not support them will result in a "Bogus input colorspace" error.
92 available for the colorspace extensions.
98 JCS_EXT_BGRA, JCS_EXT_ABGR, or JCS_EXT_ARGB. When these colorspace constants
101 Your application can check for the existence of the alpha channel colorspace
107 for the existence of the colorspace extensions at compile time and run time.
218 activated by way of a new JPEG colorspace constant, thus preserving backward
  /external/libpng/contrib/conftest/
read.dfa 53 # colorspace stuff and ignores the 'significant bit' information.
  /external/libpng/
pnginfo.h 91 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are
92 * defined. When COLORSPACE is switched on all the colorspace-defining
101 png_colorspace colorspace; member in struct:png_info_def
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.c 311 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS ||
312 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
332 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
348 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS &&
  /external/opencv3/3rdparty/libjpeg/
jdcolor.c 9 * This file contains output colorspace conversion routines.
63 * colorspace anyway.
87 * Initialize tables for YCC->RGB colorspace conversion.
130 * Convert some rows of samples to the output colorspace.
185 * Initialize for RGB->grayscale colorspace conversion.
325 * No colorspace change, but conversion from separate-planes
357 * Color conversion for no colorspace change: just copy the data,
495 * Module initialization routine for output colorspace conversion.
535 /* Support color transform only for RGB colorspace */
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 92 m_bIsMask = !pDict->KeyExist("ColorSpace") || pDict->GetInteger("ImageMask");
  /external/pdfium/third_party/lpng_v163/
pnginfo.h 92 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are
93 * defined. When COLORSPACE is switched on all the colorspace-defining
102 png_colorspace colorspace; member in struct:png_info_def
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorfulnessFilter.java 19 package androidx.media.filterpacks.colorspace;
  /hardware/qcom/display/msm8084/libqdutils/
qdMetaData.h 80 enum ColorSpace_t colorSpace;
  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.h 80 enum ColorSpace_t colorSpace;
  /hardware/qcom/display/msm8909/libqdutils/
qdMetaData.h 81 enum ColorSpace_t colorSpace;
  /hardware/qcom/display/msm8994/libqdutils/
qdMetaData.h 81 enum ColorSpace_t colorSpace;
  /external/ImageMagick/coders/
json.c 49 #include "MagickCore/colorspace.h"
50 #include "MagickCore/colorspace-private.h"
688 colorspace;
785 colorspace=image->colorspace;
789 colorspace=GRAYColorspace;
830 switch (colorspace)
869 JsonFormatLocaleFile(file," \"colorspace\": %s,\n",
871 image->colorspace));
904 switch (colorspace)
683 colorspace; local
    [all...]
vips.c 48 #include "MagickCore/colorspace.h"
49 #include "MagickCore/colorspace-private.h"
346 if (image->colorspace == CMYKColorspace)
485 ThrowReaderException(CoderError,"Unsupported colorspace");
500 "Unsupported combination of band format and colorspace");
661 else if (image->colorspace == CMYKColorspace)
673 switch(image->colorspace)
741 if (image->colorspace == CMYKColorspace)
  /external/ImageMagick/MagickCore/
composite-private.h 141 if (q->colorspace == CMYKColorspace)
164 if (q->colorspace == CMYKColorspace)
pixel-accessor.h 24 #include "MagickCore/colorspace.h"
234 if (pixel->colorspace == sRGBColorspace)
252 if (pixel->colorspace != sRGBColorspace)
295 if (image->colorspace != sRGBColorspace)
380 pixel_info->colorspace=image->colorspace;
491 if (image->colorspace == CMYKColorspace)
543 if ((p->colorspace == CMYKColorspace) &&
pixel.h 21 #include "MagickCore/colorspace.h"
173 colorspace; member in struct:_PixelInfo
  /external/ImageMagick/utilities/
identify.1 20 \-colorspace type alternate image colorspace

Completed in 463 milliseconds

1 2 3 4 5 67 8 91011>>