HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 526 - 550 of 1757) sorted by null

<<21222324252627282930>>

  /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/ImageMagick/coders/
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/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 401 inline VkSurfaceFormatKHR makeSurfaceFormatKHR (VkFormat format, VkColorSpaceKHR colorSpace)
405 res.colorSpace = colorSpace;
  /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/tests/
ColorSpaceTest.cpp 59 SkColorSpace* colorSpace = codec->getInfo().colorSpace();
60 test_space(r, colorSpace, red, green, blue, expectedGamma);
  /external/skqp/tests/
ColorSpaceTest.cpp 59 SkColorSpace* colorSpace = codec->getInfo().colorSpace();
60 test_space(r, colorSpace, red, green, blue, expectedGamma);
  /external/webp/src/enc/
picture_csp_enc.c 10 // WebPPicture utils for colorspace conversion
846 picture->colorspace = has_alpha ? WEBP_YUV420A : WEBP_YUV420;
    [all...]
  /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 486 option READ_RGB_TO_GRAY requires READ_TRANSFORMS, READ_GAMMA enables COLORSPACE
598 # Colorspace support (enabled as required); just the support for colorant
604 # As of 1.6.0 COLORSPACE is only useful if the application processes the
605 # information; this is because the library does not do any colorspace
609 option COLORSPACE enables GAMMA disabled
743 chunk cHRM enables COLORSPACE
747 chunk iCCP enables COLORSPACE, GAMMA
755 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
  /external/pdfium/core/fpdfapi/page/
cpdf_docpagedata.cpp 234 CPDF_Dictionary* pList = pResources->GetDictFor("ColorSpace");
243 CPDF_Dictionary* pColorSpaces = pResources->GetDictFor("ColorSpace");
  /external/skia/gm/
image_pict.cpp 271 as_IB(image)->getROPixels(&bitmap, canvas->imageInfo().colorSpace());
280 canvas->imageInfo().colorSpace(), &texColorSpace, nullptr));

Completed in 1891 milliseconds

<<21222324252627282930>>