HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 51 - 75 of 146) sorted by null

1 23 4 5 6

  /external/webkit/WebCore/platform/graphics/win/
ImageCGWin.cpp 91 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)
  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 92 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
174 const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect)
  /external/webkit/WebCore/platform/graphics/wx/
ImageWx.cpp 89 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
179 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator, const FloatRect& dstRect)
  /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.
cjpeg.c 345 * colorspace-determining switches, since jpeg_set_colorspace sets
381 * colorspace-determining switches, since jpeg_set_colorspace sets
567 /* Read the input file header to obtain file size & colorspace. */
570 /* Now that we know input colorspace, fix colorspace-dependent defaults */
jpegint.h 82 /* Colorspace conversion */
275 /* Colorspace conversion */
libjpeg.doc 75 decompression. They include colorspace conversion, downsampling/upsampling,
117 Set parameters for compression, including image size & colorspace
153 about the image's size, colorspace, etc is available when the application
191 channels). You must specify how many components there are and the colorspace
199 or full grayscale (or sometimes another colorspace such as CMYK). You can
317 3. Set parameters for compression, including image size & colorspace.
342 because the defaults depend on the source image colorspace. However the
352 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
459 dimensions freely between cycles, but if you change the input colorspace, you
460 should call jpeg_set_defaults() to adjust for the new colorspace; and the
    [all...]
jctrans.c 81 /* jpeg_set_defaults may choose wrong colorspace, eg YCbCr if input is RGB.
82 * Fix it to get the right header markers for the image colorspace.
jerror.h 51 JMESSAGE(JERR_BAD_IN_COLORSPACE, "Bogus input colorspace")
52 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
structure.doc 75 decompression. They include colorspace conversion, downsampling/upsampling,
124 data is in the colorspace to be used for compression, and it is downsampled
319 |-- Colorspace conversion
340 buffer, which lies between colorspace conversion and downsampling. Note
344 * Colorspace conversion: converts application image data into the desired
426 |-- Postprocessing controller --| |-- Colorspace conversion
477 * Colorspace conversion: convert from JPEG color space to output color space,
493 colorspace conversion???
    [all...]
  /external/webkit/WebCore/rendering/
RenderImage.cpp 379 context->setStrokeColor(Color::lightGray, style()->colorSpace());
380 context->setFillColor(Color::transparent, style()->colorSpace());
404 context->drawImage(image(), style()->colorSpace(), IntPoint(tx + imageX, ty + imageY));
410 context->setFillColor(style()->color(), style()->colorSpace());
500 context->drawImage(image(rect.width(), rect.height()), style()->colorSpace(), rect, compositeOperator, useLowQualityScaling);
RenderThemeChromiumSkia.cpp 250 i.context->drawImage(image, o->style()->colorSpace(), center(rect, widgetStandardHeight, widgetStandardWidth));
282 i.context->drawImage(image, o->style()->colorSpace(), center(rect, widgetStandardHeight, widgetStandardWidth));
427 i.context->drawImage(isPressed(o) ? cancelPressedImage : cancelImage, o->style()->colorSpace(), bounds);
467 i.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);
503 i.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);
RenderWidget.cpp 262 paintInfo.context->drawImage(m_substituteImage.get(), style()->colorSpace(), m_widget->frameRect());
292 paintInfo.context->fillRect(selectionRect(), selectionBackgroundColor(), style()->colorSpace());
InlineTextBox.h 37 void updateGraphicsContext(GraphicsContext*, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace);
InlineFlowBox.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/skia/
ImageSkia.cpp 305 ColorSpace styleColorSpace,
409 const FloatRect& srcRect, ColorSpace, CompositeOperator compositeOp)
441 ColorSpace styleColorSpace,
  /external/webkit/WebCore/platform/graphics/android/
ImageAndroid.cpp 189 const FloatRect& srcRect, ColorSpace,
253 const FloatPoint& phase, ColorSpace,
GraphicsContextAndroid.cpp 647 const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace)
683 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace)
860 void GraphicsContext::setPlatformStrokeColor(const Color& c, ColorSpace) {
868 void GraphicsContext::setPlatformFillColor(const Color& c, ColorSpace) {
872 void GraphicsContext::setPlatformShadow(const IntSize& size, int blur, const Color& color, ColorSpace)
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 149 void PDFDocumentImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace, CompositeOperator op)
  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 118 ColorSpace fillColorSpace = context->fillColorSpace();
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.cpp 134 tileImageContext->drawImage(tile()->image(), style->colorSpace(), tileRect, tileRect);
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 40 #include "ColorSpace.h"
611 ColorSpace colorSpace() const { return static_cast<ColorSpace>(rareInheritedData->colorSpace); }
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 950 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
    [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 836 CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
842 colorSpace,
863 CGColorSpaceRelease(colorSpace);
    [all...]

Completed in 1604 milliseconds

1 23 4 5 6