Searched refs:drawingContext (Results 1 - 11 of 11) sorted by relevance

/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/platform/chromium/
H A DScrollbarThemeChromiumMac.mm411 GraphicsContext* drawingContext = context;
424 drawingContext = imageBuffer->context();
428 HIThemeDrawTrack(&trackInfo, 0, drawingContext->platformContext(), kHIThemeOrientationNormal);
433 drawingContext->save();
434 drawingContext->setShouldAntialias(false);
435 drawingContext->setStrokeColor(Color(0xCC, 0xAA, 0x00, 0xFF), ColorSpaceDeviceRGB);
436 drawingContext->setFillColor(Color(0xFF, 0xDD, 0x00, 0xFF), ColorSpaceDeviceRGB);
458 drawingContext->fillRect(tickRect);
459 drawingContext->strokeRect(tickRect, 1);
462 drawingContext
[all...]
/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...]
H A DCanvasRenderingContext2D.h281 GraphicsContext* drawingContext() const;
/external/webkit/Source/WebCore/dom/
H A DCanvasSurface.cpp150 GraphicsContext* CanvasSurface::drawingContext() const function in class:WebCore::CanvasSurface
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.h102 GraphicsContext* drawingContext() const;
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
H A DUIDelegate.h272 /* [in] */ OLE_HANDLE drawingContext);
277 /* [in] */ OLE_HANDLE drawingContext,
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl735 HRESULT drawHeaderInRect([in] IWebView* webView, [in] RECT* rect, [in] OLE_HANDLE drawingContext);
745 HRESULT drawFooterInRect([in] IWebView* webView, [in] RECT* rect, [in] OLE_HANDLE drawingContext, [in] UINT pageIndex, [in] UINT pageCount);

Completed in 1677 milliseconds