Home
last modified time | relevance | path

Searched defs:destContext (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
DImageBufferCG.cpp200 void ImageBuffer::draw(GraphicsContext* destContext, ColorSpace styleColorSpace, const FloatRect& d… in draw()
219 void ImageBuffer::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const AffineT… in drawPattern()
/external/webkit/Source/WebCore/platform/graphics/qt/
DImageBufferQt.cpp135 void ImageBuffer::draw(GraphicsContext* destContext, ColorSpace styleColorSpace, const FloatRect& d… in draw()
146 void ImageBuffer::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const AffineT… in drawPattern()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DTransparencyWin.cpp63 GraphicsContext& destContext, in compositeToCopy()