Home
last modified time | relevance | path

Searched refs:fillWithSolidColor (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DImage.cpp78 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color,… in fillWithSolidColor() function in WebCore::Image
110 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op); in drawTiled()
150 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, op); in drawTiled()
DImage.h163 …static void fillWithSolidColor(GraphicsContext*, const FloatRect& dstRect, const Color&, ColorSpac…
/external/webkit/WebCore/platform/graphics/haiku/
DImageHaiku.cpp103 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op); in draw()
/external/webkit/WebCore/platform/graphics/qt/
DImageQt.cpp174 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op); in draw()
/external/webkit/WebCore/platform/graphics/cairo/
DImageCairo.cpp108 fillWithSolidColor(context, dstRect, solidColor(), styleColorSpace, op); in draw()
/external/webkit/WebCore/platform/graphics/wx/
DImageWx.cpp95 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op); in draw()
/external/webkit/WebCore/platform/graphics/cg/
DImageCG.cpp166 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, compositeOp); in draw()
/external/webkit/WebCore/
DChangeLog-2006-12-31962 (WebCore::fillWithSolidColor): added
964 (WebCore::drawPattern): use fillWithSolidColor, mayFillWithSolidColor() and solidcolor()
965 …(WebCore::BitmapImage::drawTiled): use fillWithSolidColor, mayFillWithSolidColor() and solidcolor()
DChangeLog-2010-01-2930111 Image's draw(), drawPattern(), and fillWithSolidColor() functions
30116 (WebCore::Image::fillWithSolidColor):
34436 (WebCore::Image::fillWithSolidColor):
DChangeLog-2007-10-1463736 (WebCore::Image::fillWithSolidColor):