HomeSort by relevance Sort by last modified time
    Searched refs:drawingContext (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.cpp 133 /* [in] */ OLE_HANDLE drawingContext)
139 HDC dc = reinterpret_cast<HDC>(drawingContext);
165 /* [in] */ OLE_HANDLE drawingContext,
172 HDC dc = reinterpret_cast<HDC>(drawingContext);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 396 GraphicsContext* drawingContext = context;
409 drawingContext = imageBuffer->context();
413 HIThemeDrawTrack(&trackInfo, 0, drawingContext->platformContext(), kHIThemeOrientationNormal);
418 drawingContext->save();
419 drawingContext->setShouldAntialias(false);
420 drawingContext->setStrokeColor(Color(0xCC, 0xAA, 0x00, 0xFF), DeviceColorSpace);
421 drawingContext->setFillColor(Color(0xFF, 0xDD, 0x00, 0xFF), DeviceColorSpace);
443 drawingContext->fillRect(tickRect);
444 drawingContext->strokeRect(tickRect, 1);
447 drawingContext->restore()
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 99 // Make sure that even if the drawingContext() has a different default
137 GraphicsContext* c = drawingContext();
151 GraphicsContext* c = drawingContext();
175 GraphicsContext* c = drawingContext();
199 GraphicsContext* c = drawingContext();
215 GraphicsContext* c = drawingContext();
232 GraphicsContext* c = drawingContext();
249 GraphicsContext* c = drawingContext();
265 GraphicsContext* c = drawingContext();
326 GraphicsContext* c = drawingContext();
    [all...]
CanvasRenderingContext2D.h 248 GraphicsContext* drawingContext() const;
  /external/webkit/WebCore/html/
HTMLCanvasElement.h 90 GraphicsContext* drawingContext() const;
HTMLCanvasElement.cpp 352 GraphicsContext* HTMLCanvasElement::drawingContext() const
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 271 /* [in] */ OLE_HANDLE drawingContext) { return E_NOTIMPL; }
276 /* [in] */ OLE_HANDLE drawingContext,
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 318 /* [in] */ OLE_HANDLE drawingContext)
326 /* [in] */ OLE_HANDLE drawingContext,
UIDelegate.h 272 /* [in] */ OLE_HANDLE drawingContext);
277 /* [in] */ OLE_HANDLE drawingContext,
  /external/webkit/WebKit/win/Interfaces/
IWebUIDelegate.idl     [all...]

Completed in 355 milliseconds