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

  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.cpp 132 /* [in] */ OLE_HANDLE drawingContext)
138 HDC dc = reinterpret_cast<HDC>(drawingContext);
164 /* [in] */ OLE_HANDLE drawingContext,
171 HDC dc = reinterpret_cast<HDC>(drawingContext);
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 411 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->restore()
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 122 // 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();
    [all...]
CanvasRenderingContext2D.h 281 GraphicsContext* drawingContext() const;
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.h 102 GraphicsContext* drawingContext() const;
HTMLCanvasElement.cpp 469 GraphicsContext* HTMLCanvasElement::drawingContext() const
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 265 /* [in] */ OLE_HANDLE drawingContext) { return E_NOTIMPL; }
270 /* [in] */ OLE_HANDLE drawingContext,
  /external/webkit/Source/WebCore/dom/
CanvasSurface.cpp 150 GraphicsContext* CanvasSurface::drawingContext() const
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 322 /* [in] */ OLE_HANDLE drawingContext)
330 /* [in] */ OLE_HANDLE drawingContext,
UIDelegate.h 272 /* [in] */ OLE_HANDLE drawingContext);
277 /* [in] */ OLE_HANDLE drawingContext,
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl     [all...]

Completed in 462 milliseconds