Searched defs:drawingContext (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DCanvasSurface.cpp150 GraphicsContext* CanvasSurface::drawingContext() const function in class:WebCore::CanvasSurface
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.cpp132 /* [in] */ OLE_HANDLE drawingContext)
138 HDC dc = reinterpret_cast<HDC>(drawingContext);
164 /* [in] */ OLE_HANDLE drawingContext,
171 HDC dc = reinterpret_cast<HDC>(drawingContext);
129 drawHeaderInRect( IWebView* webView, RECT* rect, OLE_HANDLE drawingContext) argument
161 drawFooterInRect( IWebView* webView, RECT* rect, OLE_HANDLE drawingContext, UINT pageIndex, UINT pageCount) argument
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp469 GraphicsContext* HTMLCanvasElement::drawingContext() const function in class:WebCore::HTMLCanvasElement
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h265 /* [in] */ OLE_HANDLE drawingContext) { return E_NOTIMPL; }
270 /* [in] */ OLE_HANDLE drawingContext,
262 drawHeaderInRect( IWebView *webView, RECT *rect, OLE_HANDLE drawingContext) argument
267 drawFooterInRect( IWebView *webView, RECT *rect, OLE_HANDLE drawingContext, UINT pageIndex, UINT pageCount) argument
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp322 /* [in] */ OLE_HANDLE drawingContext)
330 /* [in] */ OLE_HANDLE drawingContext,
319 drawHeaderInRect( IWebView *webView, RECT *rect, OLE_HANDLE drawingContext) argument
327 drawFooterInRect( IWebView *webView, RECT *rect, OLE_HANDLE drawingContext, UINT pageIndex, UINT pageCount) argument
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp122 // Make sure that even if the drawingContext() has a different default
132 if (GraphicsContext* c = drawingContext()) {
178 if (GraphicsContext* c = drawingContext()) {
297 GraphicsContext* c = drawingContext();
311 GraphicsContext* c = drawingContext();
325 GraphicsContext* context = drawingContext();
356 GraphicsContext* c = drawingContext();
385 GraphicsContext* c = drawingContext();
402 GraphicsContext* c = drawingContext();
419 GraphicsContext* c = drawingContext();
1594 GraphicsContext* CanvasRenderingContext2D::drawingContext() const function in class:WebCore::CanvasRenderingContext2D
[all...]

Completed in 85 milliseconds