HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 476 - 500 of 1616) sorted by null

<<11121314151617181920>>

  /external/pdfium/third_party/libpng16/
pngrutil.c     [all...]
pngrtran.c 358 if (png_ptr->colorspace.gamma == 0)
360 png_ptr->colorspace.gamma = file_gamma;
361 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
374 png_ptr->background_gamma = png_ptr->colorspace.gamma; /* just in case */
837 png_ptr->colorspace.gamma = file_gamma;
838 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
    [all...]
  /external/skia/third_party/libpng/
pngrutil.c     [all...]
pngrtran.c 358 if (png_ptr->colorspace.gamma == 0)
360 png_ptr->colorspace.gamma = file_gamma;
361 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
374 png_ptr->background_gamma = png_ptr->colorspace.gamma; /* just in case */
837 png_ptr->colorspace.gamma = file_gamma;
838 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
    [all...]
  /external/libpng/
pngrtran.c 358 if (png_ptr->colorspace.gamma == 0)
360 png_ptr->colorspace.gamma = file_gamma;
361 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
374 png_ptr->background_gamma = png_ptr->colorspace.gamma; /* just in case */
837 png_ptr->colorspace.gamma = file_gamma;
838 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
    [all...]
  /bionic/libc/kernel/uapi/linux/
fb.h 234 __u32 colorspace; member in struct:fb_var_screeninfo
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 19 * CIE 1931 colorspace to represent light in physical units (lux).
  /device/linaro/hikey/etc/
media_codecs.xml 66 the official OMX colorspace constants.
  /external/ImageMagick/ImageMagick/script/
miff.html 89 <td>colorspace = { RGB, CMYK, ... }</td>
90 <td>the colorspace of the pixel data. The default is RGB.</td>
197 colorspace=RGB
214 <p>DirectClass images are continuous-tone, images stored as RGB (red, green, blue), RGBA (red, green, blue, alpha), CMYK (cyan, yellow, magenta, black), or CMYKA (cyan, yellow, magenta, black, alpha) intensity values as defined by the colorspace key. Each intensity value is one byte in length for images of depth 8 (0..255), two bytes for a depth of 16 (0..65535), and images of depth 32 (0..4294967295) require four bytes in most significant byte first order.</p>
  /external/ImageMagick/Magick++/lib/
Options.cpp 135 _imageInfo->colorspace=colorspace_;
140 return(static_cast<Magick::ColorspaceType>(_imageInfo->colorspace));
459 _quantizeInfo->colorspace=colorSpace_;
464 return(static_cast<Magick::ColorspaceType>(_quantizeInfo->colorspace));
  /external/ImageMagick/MagickCore/
MagickCore.h 90 #include "MagickCore/colorspace.h"
gem-private.h 133 Convert RGB to XYZ colorspace.
prepress.c 107 if (image->colorspace != CMYKColorspace)
  /external/ImageMagick/PerlMagick/t/reference/composite/
Clear.miff 4 colorspace=sRGB
  /external/ImageMagick/PerlMagick/t/reference/filter/
Edge.miff 4 colorspace=sRGB
Minify.miff 4 colorspace=sRGB
Quantize.miff 4 colorspace=sRGB
QuantizeMono.miff 4 colorspace=sRGB
  /external/ImageMagick/PerlMagick/t/reference/read/
input_bmp.miff 4 colorspace=sRGB
input_fits.miff 4 colorspace=Gray
input_gif.miff 4 colorspace=sRGB
input_gif87.miff 4 colorspace=sRGB
input_gray.miff 5 colorspace=Gray
input_gray_lsb_08bit_mat.miff 5 colorspace=Gray
input_im8.miff 4 colorspace=sRGB

Completed in 509 milliseconds

<<11121314151617181920>>