Searched refs:fillWithSolidColor (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DImage.cpp82 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, ColorSpace styleColorSpace, CompositeOperator op) function in class:WebCore::Image
101 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op);
144 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, op);
H A DImage.h193 static void fillWithSolidColor(GraphicsContext*, const FloatRect& dstRect, const Color&, ColorSpace styleColorSpace, CompositeOperator);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DBitmapImageCairo.cpp85 fillWithSolidColor(context, dst, solidColor(), styleColorSpace, op);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DBitmapImageCG.cpp178 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, compositeOp);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DImageQt.cpp250 fillWithSolidColor(ctxt, normalizedDst, solidColor(), styleColorSpace, op);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DImageWinCE.cpp117 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, compositeOp);

Completed in 206 milliseconds