/external/skia/src/image/ |
SkSurface_Raster.cpp | 60 // TODO: examine colorspace
|
/external/webkit/Source/WebCore/platform/graphics/ca/mac/ |
PlatformCALayerMac.mm | 628 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB()); 629 RetainPtr<CGColorRef> color(AdoptCF, CGColorCreate(colorSpace.get(), components)); 658 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB()); 659 RetainPtr<CGColorRef> color(AdoptCF, CGColorCreate(colorSpace.get(), components));
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
PlatformCALayerWin.cpp | 491 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB()); 492 RetainPtr<CGColorRef> color(AdoptCF, CGColorCreate(colorSpace.get(), components)); 519 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB()); 520 RetainPtr<CGColorRef> color(AdoptCF, CGColorCreate(colorSpace.get(), components));
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
BitmapImageSingleFrameSkia.h | 76 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
|
ImageSkia.cpp | 342 ColorSpace styleColorSpace, 434 static void drawBitmapGLES2(GraphicsContext* ctxt, NativeImageSkia* bitmap, const FloatRect& srcRect, const FloatRect& dstRect, ColorSpace styleColorSpace, CompositeOperator compositeOp) 475 const FloatRect& srcRect, ColorSpace colorSpace, CompositeOperator compositeOp) 496 drawBitmapGLES2(ctxt, bm, normSrcRect, normDstRect, colorSpace, compositeOp); 514 ColorSpace styleColorSpace,
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
ImageCGWin.cpp | 89 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
|
ImageCairoWin.cpp | 95 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
|
MediaPlayerPrivateQuickTimeVisualContext.cpp | 818 CGColorSpaceRef colorSpace = 0; 845 // Colorspace should be device, so that Quartz does not have to do an extra render. 846 colorSpace = CGColorSpaceCreateDeviceRGB(); 847 require(colorSpace, Bail); 855 image = CGImageCreate(buffer.width(), buffer.height(), bitsPerComponent, bitsPerPixel, buffer.bytesPerRow(), colorSpace, alphaInfo, provider, 0, false, kCGRenderingIntentDefault); 858 // Once the image is created we can release our reference to the provider and the colorspace, they are retained by the image 861 if (colorSpace) 862 CGColorSpaceRelease(colorSpace); [all...] |
/external/webkit/Source/WebKit/chromium/tests/ |
DragImageTest.cpp | 90 const WebCore::FloatRect&, WebCore::ColorSpace,
|
/external/webkit/Tools/TestWebKitAPI/mac/ |
PlatformWebViewMac.mm | 39 [m_window setColorSpace:[[NSScreen mainScreen] colorSpace]];
|
/hardware/samsung_slsi/exynos5/include/ |
gralloc_priv.h | 68 // set if using video encoding colorspace
|
v4l2-mediabus.h | 96 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/packages/apps/Gallery2/tests/res/xml/ |
galaxy_nexus.xml | 28 <tag ifd="ExifIFD" id="0xa001" name="ColorSpace">1</tag>
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
GraphicsContextCairo.cpp | 570 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace) 805 void GraphicsContext::setPlatformFillColor(const Color& col, ColorSpace colorSpace) 811 void GraphicsContext::setPlatformStrokeColor(const Color& col, ColorSpace colorSpace) 900 void GraphicsContext::setPlatformShadow(FloatSize const& size, float blur, Color const& color, ColorSpace) 1125 void GraphicsContext::fillRoundedRect(const IntRect& r, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) [all...] |
/external/webkit/Source/WebCore/platform/graphics/mac/ |
FontMac.mm | 221 ColorSpace shadowColorSpace; 222 ColorSpace fillColorSpace = context->fillColorSpace();
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageQt.cpp | 105 const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect) 205 const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
|
GraphicsContextQt.cpp | 719 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) 744 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) 931 void GraphicsContext::setPlatformShadow(const FloatSize& size, float blur, const Color& color, ColorSpace) [all...] |
/external/webkit/Source/WebCore/platform/graphics/wx/ |
ImageWx.cpp | 90 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op) 180 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator, const FloatRect& dstRect)
|
/external/webkit/Source/WebCore/rendering/ |
RenderEmbeddedObject.cpp | 172 context->setFillColor(m_missingPluginIndicatorIsPressed ? replacementTextRoundedRectPressedColor() : Color::white, style()->colorSpace()); 179 context->setFillColor(Color::black, style()->colorSpace());
|
/external/webp/src/dec/ |
buffer.c | 40 const WEBP_CSP_MODE mode = buffer->colorspace; 78 const WEBP_CSP_MODE mode = buffer->colorspace;
|
idec.c | 612 idec->output_.colorspace = mode; 626 WEBP_CSP_MODE colorspace; local 632 colorspace = MODE_YUVA; 640 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA; 646 idec->output_.colorspace = colorspace; 760 if (src->colorspace >= MODE_YUV) { 778 if (src->colorspace < MODE_YUV) {
|
/external/jpeg/ |
jdcolor.c | 8 * This file contains output colorspace conversion routines. 74 * colorspace anyway. 86 * Initialize tables for YCC->RGB colorspace conversion. 128 * Convert some rows of samples to the output colorspace. 504 * Color conversion for no colorspace change: just copy the data, 744 * Module initialization routine for output colorspace conversion.
|
/external/qemu/distrib/jpeg-6b/ |
jdcolor.c | 8 * This file contains output colorspace conversion routines. 74 * colorspace anyway. 86 * Initialize tables for YCC->RGB colorspace conversion. 128 * Convert some rows of samples to the output colorspace. 504 * Color conversion for no colorspace change: just copy the data, 744 * Module initialization routine for output colorspace conversion.
|
/external/webp/include/webp/ |
decode.h | 193 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer 244 // buffer.colorspace = mode; 275 // colorspace 'csp' is taken into account for allocating this buffer. All other 325 // are not initialized yet. The RGB/A output type corresponds to the colorspace 374 config.output.colorspace = MODE_BGRA;
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GraphicsContextWinCE.cpp | 932 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) [all...] |