/external/webkit/Source/WebCore/platform/graphics/skia/ |
SkiaFontWin.cpp | 230 ColorSpace shadowColorSpace;
|
/external/skia/legacy/src/images/ |
SkImageDecoder_libjpeg.cpp | 383 return return_false(cinfo, *bm, "jpeg colorspace"); 680 return return_false(*cinfo, *bm, "jpeg colorspace"); [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 416 return return_false(cinfo, *bm, "jpeg colorspace"); 718 return return_false(*cinfo, *bm, "jpeg colorspace"); [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
HTMLConverter.mm | 450 NSColorSpace *colorSpace = [color colorSpace]; 454 if ([colorSpace isEqual:[NSColorSpace genericGrayColorSpace]] || [colorSpace isEqual:[NSColorSpace deviceGrayColorSpace]]) { 460 if ([colorSpace isEqual:[NSColorSpace genericRGBColorSpace]] || [colorSpace isEqual:[NSColorSpace deviceRGBColorSpace]]) rgbColor = color; [all...] |
/external/kernel-headers/original/linux/ |
videodev2.h | 298 enum v4l2_colorspace colorspace; member in struct:v4l2_pix_format 2298 enum v4l2_colorspace colorspace; member in struct:v4l2_pix_format_mplane [all...] |
fb.h | 287 __u32 colorspace; /* colorspace for FOURCC-based modes */ member in struct:fb_var_screeninfo [all...] |
/external/skia/legacy/src/ports/ |
SkFontHost_mac_coretext.cpp | 1858 CGColorSpaceRef colorspace = CGColorSpaceCreateDeviceRGB(); local [all...] |
/external/webkit/Source/WebCore/css/ |
CSSPrimitiveValueMappings.h | 33 #include "ColorSpace.h" [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/ |
GraphicsLayerCA.cpp | 684 CGColorSpaceRef colorSpace = CGImageGetColorSpace(m_pendingContentsImage.get()); 687 if (colorSpace && CFEqual(colorSpace, deviceRGB)) { [all...] |
/hardware/samsung_slsi/exynos5/include/ |
videodev2.h | 299 enum v4l2_colorspace colorspace; member in struct:v4l2_pix_format 2190 enum v4l2_colorspace colorspace; member in struct:v4l2_pix_format_mplane [all...] |
/external/webkit/Source/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | [all...] |
/development/ndk/platforms/android-3/include/linux/ |
videodev2.h | 156 enum v4l2_colorspace colorspace; member in struct:v4l2_pix_format
|
/external/clang/test/Analysis/ |
retain-release.mm | 228 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGColorSpaceRef)cs;
|
/external/jpeg/ |
example.c | 128 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
|
jdmainct.c | 10 * post-processor; it holds downsampled data in the JPEG colorspace.
|
jdmerge.c | 96 * Initialize tables for YCC->RGB colorspace conversion.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
groovy.php | 263 'ColorSelectionModel', 'ColorSpace', [all...] |
java.php | 273 'ColorSelectionModel', 'ColorSpace', [all...] |
/external/qemu/distrib/jpeg-6b/ |
example.c | 128 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
|
jdmainct.c | 10 * post-processor; it holds downsampled data in the JPEG colorspace.
|
jdmerge.c | 96 * Initialize tables for YCC->RGB colorspace conversion.
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_pixels.c | 315 /* Do colorspace distance matching */
|
/external/webkit/Source/WebCore/rendering/ |
RenderTextControl.cpp | 647 paintInfo.context->setFillColor(placeholderStyle->visitedDependentColor(CSSPropertyColor), placeholderStyle->colorSpace());
|
RenderView.cpp | 249 paintInfo.context->fillRect(paintInfo.rect, baseColor, style()->colorSpace());
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_tiled_model.c | 227 * Create a new tile of given size, zoom level and colorspace.
|