Lines Matching full:graphicscontext
43 #include <WebCore/GraphicsContext.h>
125 void PluginProxy::paint(GraphicsContext* graphicsContext, const IntRect& dirtyRect)
134 OwnPtr<WebCore::GraphicsContext> graphicsContext = m_backingStore->createGraphicsContext();
135 graphicsContext->setCompositeOperation(CompositeCopy);
137 m_pluginBackingStore->paint(*graphicsContext, IntPoint(), IntRect(0, 0, m_frameRect.width(), m_frameRect.height()));
145 m_backingStore->paint(*graphicsContext, dirtyRect.location(), dirtyRectInPluginCoordinates);
470 OwnPtr<GraphicsContext> graphicsContext = m_backingStore->createGraphicsContext();
471 graphicsContext->setCompositeOperation(CompositeCopy);
472 m_pluginBackingStore->paint(*graphicsContext, paintedRectPluginCoordinates.location(),