HomeSort by relevance Sort by last modified time
    Searched refs:ColorSpace (Results 26 - 48 of 48) sorted by null

12

  /external/webkit/WebCore/rendering/
InlineTextBox.h 37 void updateGraphicsContext(GraphicsContext*, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace);
RenderListBox.cpp 324 ColorSpace colorSpace = itemStyle->colorSpace();
325 paintInfo.context->setFillColor(textColor, colorSpace);
362 ColorSpace colorSpace = element->renderStyle() ? element->renderStyle()->colorSpace() : style()->colorSpace();
365 paintInfo.context->fillRect(itemRect, backColor, colorSpace);
InlineTextBox.cpp 236 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace colorSpace)
247 if (mode & cTextFill && (fillColor != context->fillColor() || colorSpace != context->fillColorSpace()))
248 context->setFillColor(fillColor, colorSpace);
252 context->setStrokeColor(strokeColor, colorSpace);
279 ColorSpace fillColorSpace = context->fillColorSpace();
495 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
511 updateGraphicsContext(context, selectionFillColor, selectionStrokeColor, selectionStrokeWidth, styleToUse->colorSpace());
520 context->setStrokeColor(styleToUse->color(), styleToUse->colorSpace());
591 updateGraphicsContext(context, c, c, 0, style->colorSpace()); // Don't draw text at all
    [all...]
RenderFrameSet.cpp 92 ColorSpace colorSpace = style()->colorSpace();
93 context->fillRect(borderRect, frameSet()->hasBorderColor() ? style()->borderLeftColor() : borderFillColor(), colorSpace);
98 context->fillRect(IntRect(borderRect.topLeft(), IntSize(1, height())), borderStartEdgeColor(), colorSpace);
99 context->fillRect(IntRect(borderRect.topRight(), IntSize(1, height())), borderEndEdgeColor(), colorSpace);
112 ColorSpace colorSpace = style()->colorSpace();
113 context->fillRect(borderRect, frameSet()->hasBorderColor() ? style()->borderLeftColor() : borderFillColor(), colorSpace);
    [all...]
InlineFlowBox.cpp     [all...]
RenderBoxModelObject.cpp 583 context->fillRect(rect, baseColor, style()->colorSpace());
590 context->fillRect(rect, bgColor, style()->colorSpace());
608 context->drawTiledImage(image, style()->colorSpace(), destRect, phase, tileSize, compositeOp, useLowQualityScaling);
    [all...]
  /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)
GraphicsContextCairo.cpp 575 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
744 void GraphicsContext::setPlatformFillColor(const Color& col, ColorSpace colorSpace)
750 void GraphicsContext::setPlatformStrokeColor(const Color& col, ColorSpace colorSpace)
836 void GraphicsContext::setPlatformShadow(IntSize const& size, int, Color const&, ColorSpace)
    [all...]
  /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)
GraphicsContextWx.cpp 255 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
265 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
446 void GraphicsContext::setPlatformStrokeColor(const Color& color, ColorSpace colorSpace)
465 void GraphicsContext::setPlatformFillColor(const Color& color, ColorSpace colorSpace)
519 void GraphicsContext::setPlatformShadow(IntSize const&,int,Color const&, ColorSpace)
  /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/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/mac/
FontMac.mm 118 ColorSpace fillColorSpace = context->fillColorSpace();
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 744 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
776 ColorSpace colorSpace)
793 fillRect(rect, color, colorSpace);
961 void GraphicsContext::setPlatformFillColor(const Color& color, ColorSpace colorSpace)
987 ColorSpace colorSpace)
1029 void GraphicsContext::setPlatformStrokeColor(const Color& strokecolor, ColorSpace colorSpace
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 164 static inline int ColorSpaceToBitsPerPixel(uint32 colorspace)
169 switch (colorspace) {
282 vformat->BitsPerPixel = ColorSpaceToBitsPerPixel(bscreen.ColorSpace());
284 SDL_SetError("Unknown BScreen colorspace: 0x%x",
285 bscreen.ColorSpace());
294 //if ( bpp != 0 ) { // There are bugs in changing colorspace
548 bbitmap = new BBitmap(bounds, bscreen.ColorSpace());
  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 177 void SVGImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace, CompositeOperator compositeOp)
SVGResourceFilter.cpp 181 ColorSpace colorSpace = DeviceColorSpace;
183 colorSpace = object->style()->colorSpace();
184 context->drawImage(resultImage->image(), colorSpace, lastEffect->subRegion());
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 631 void GraphicsContext::fillRect(const FloatRect& rect, const Color& c, ColorSpace colorSpace)
642 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
770 void GraphicsContext::setPlatformShadow(const IntSize& size, int, const Color&, ColorSpace)
1109 void GraphicsContext::setPlatformStrokeColor(const Color& color, ColorSpace 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/WebCore/rendering/style/
RenderStyle.h 40 #include "ColorSpace.h"
611 ColorSpace colorSpace() const { return static_cast<ColorSpace>(rareInheritedData->colorSpace); }
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h 31 #include "ColorSpace.h"
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp     [all...]

Completed in 170 milliseconds

12