/external/skia/src/shaders/ |
SkColorShader.cpp | 200 // TODO: do we need an updated version of this method for color4+colorspace?
|
/external/skia/src/sksl/ |
SkSLIRGenerator.h | 160 * Wraps an expression in code that applies a colorspace transformation to it. This is used
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
UberColorPickerDialog.java | 810 * Keep all colorspace representations in sync. 820 * Keep all colorspace representations in sync. 840 * Keep all colorspace representations in sync. 849 * Keep all colorspace representations in sync.
|
/external/strace/tests/ |
ioctl_v4l2.c | 75 f->fmt.pix.colorspace = V4L2_COLORSPACE_JPEG; 87 f->fmt.pix_mp.colorspace = V4L2_COLORSPACE_JPEG; 181 ", colorspace=V4L2_COLORSPACE_JPEG}}) = -1 EBADF (%m)\n", 198 ", field=V4L2_FIELD_NONE, colorspace=" [all...] |
/external/strace/tests-m32/ |
ioctl_v4l2.c | 75 f->fmt.pix.colorspace = V4L2_COLORSPACE_JPEG; 87 f->fmt.pix_mp.colorspace = V4L2_COLORSPACE_JPEG; 181 ", colorspace=V4L2_COLORSPACE_JPEG}}) = -1 EBADF (%m)\n", 198 ", field=V4L2_FIELD_NONE, colorspace=" [all...] |
/external/strace/tests-mx32/ |
ioctl_v4l2.c | 75 f->fmt.pix.colorspace = V4L2_COLORSPACE_JPEG; 87 f->fmt.pix_mp.colorspace = V4L2_COLORSPACE_JPEG; 181 ", colorspace=V4L2_COLORSPACE_JPEG}}) = -1 EBADF (%m)\n", 198 ", field=V4L2_FIELD_NONE, colorspace=" [all...] |
/external/syslinux/com32/lib/jpeg/ |
yuv420p.c | 48 * Colorspace conversion routine
|
/external/ImageMagick/Magick++/lib/ |
Color.cpp | 252 pixel.colorspace=(_pixelType == RGBPixel || _pixelType == RGBAPixel) ? 424 _pixel->colorspace=CMYKColorspace; 429 if (color_.colorspace == CMYKColorspace)
|
/external/ImageMagick/MagickCore/ |
nt-feature.c | 50 #include "MagickCore/colorspace.h" 51 #include "MagickCore/colorspace-private.h" 183 if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse)
|
composite.c | 53 #include "MagickCore/colorspace.h" 54 #include "MagickCore/colorspace-private.h" 197 Convert HCL to RGB colorspace. 262 Convert RGB to HCL colorspace. 571 if (IsGrayColorspace(image->colorspace) != MagickFalse) 573 (void) SetImageColorspace(source_image,image->colorspace,exception); [all...] |
distribute-cache.c | 498 length=sizeof(image->storage_class)+sizeof(image->colorspace)+ 512 (void) memcpy(&image->colorspace,p,sizeof(image->colorspace)); 513 p+=sizeof(image->colorspace); [all...] |
threshold.c | 51 #include "MagickCore/colorspace.h" 52 #include "MagickCore/colorspace-private.h" 429 if (IsGrayColorspace(image->colorspace) != MagickFalse) 567 if (IsGrayColorspace(image->colorspace) != MagickFalse) 582 if (threshold.colorspace == CMYKColorspace) [all...] |
/external/ImageMagick/coders/ |
tiff.c | 56 #include "MagickCore/colorspace.h" 57 #include "MagickCore/colorspace-private.h" [all...] |
pcd.c | 49 #include "MagickCore/colorspace.h" 50 #include "MagickCore/colorspace-private.h" 688 image->colorspace=YCCColorspace; 842 image->colorspace=YCCColorspace; [all...] |
xpm.c | 51 #include "MagickCore/colorspace.h" 52 #include "MagickCore/colorspace-private.h" 790 pixel.colorspace=sRGBColorspace; 931 if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse) [all...] |
/external/mesa3d/src/mesa/main/ |
format_pack.py | 65 if f.colorspace not in ('rgb', 'srgb'): 97 %if f.colorspace == 'srgb' and c.name in 'rgb': 238 %if f.colorspace == 'srgb' and c.name in 'rgb':
|
format_unpack.py | 64 if f.colorspace not in ('rgb', 'srgb'): 106 %if f.colorspace == 'srgb' and c.name in 'rgb': 232 %if f.colorspace == 'srgb' and c.name in 'rgb':
|
/external/skia/src/core/ |
SkMipMap.cpp | 601 mipmap->fCS = sk_ref_sp(src.info().colorSpace()); 649 // We make the Info w/o any colorspace, since that storage is not under our control, and 772 // need to augment with our colorspace
|
/external/skia/tests/ |
ColorSpaceTest.cpp | 62 SkColorSpace* colorSpace = codec->getInfo().colorSpace(); 63 test_space(r, colorSpace, red, green, blue, expectedGamma);
|
/external/libcups/filter/ |
ppd-compiler.shtml | 201 <LI>Colorspace for this resolution, if any. In the example file, the 202 colorspace <TT>k</TT> is used which corresponds to black. For printer 358 <TT>RGB/Color</TT>), the colorspace name (<TT>w</TT> and <TT>rgb</TT>), the 368 colorspace, but without a separate black channel. 378 <P>The colorspace name can be any of the following universally supported [all...] |
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
TJDecompressor.java | 184 * Returns the colorspace used in the source image (JPEG or YUV) associated 188 * @return the colorspace used in the source image (JPEG or YUV) associated 453 * used to decompress JPEG source images with the CMYK or YCCK colorspace. 503 * images with the CMYK or YCCK colorspace. 561 * the CMYK or YCCK colorspace. [all...] |
/external/pdfium/third_party/libjpeg/ |
jpeglib.h | 384 J_COLOR_SPACE in_color_space; /* colorspace of input image */ 399 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */ 525 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */ 532 J_COLOR_SPACE out_color_space; /* colorspace for output */ [all...] |
/external/ImageMagick/MagickWand/ |
convert.c | 274 "-quantize colorspace reduce colors in this colorspace", 384 "-colorspace type alternate image colorspace", 1074 colorspace; local 2464 colorspace; local [all...] |
/external/ImageMagick/ImageMagick/script/ |
convert.html | 94 convert input.png -colorspace RGB +sigmoidal-contrast 11.6933 \ 96 -resize 400% -sigmoidal-contrast 11.6933 -colorspace sRGB output.png'); 314 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td> 315 <td>set image colorspace</td> 909 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td> 910 <td>reduce image colors in this colorspace</td> [all...] |
/external/ImageMagick/www/ |
convert.html | 98 convert input.png -colorspace RGB +sigmoidal-contrast 11.6933 \ 100 -resize 400% -sigmoidal-contrast 11.6933 -colorspace sRGB output.png'); 318 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td> 319 <td>set image colorspace</td> 913 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td> 914 <td>reduce image colors in this colorspace</td> [all...] |