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

  /external/webkit/WebCore/platform/graphics/win/
IconWin.cpp 96 context->releaseWindowsContext(hdc, r);
GraphicsContextCairoWin.cpp 87 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
GraphicsContextCGWin.cpp 80 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
FontCGWin.cpp 291 graphicsContext->releaseWindowsContext(hdc, textRect, true, false);
MediaPlayerPrivateQuickTimeWin.cpp 556 p->releaseWindowsContext(hdc, r);
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 358 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
364 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
404 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);
  /external/webkit/WebCore/platform/win/
ScrollbarThemeWin.cpp 268 context->releaseWindowsContext(hdc, rect, alphaBlend);
315 context->releaseWindowsContext(hdc, rect, alphaBlend);
370 context->releaseWindowsContext(hdc, rect, alphaBlend);
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 598 context->releaseWindowsContext(hdc, frameRect(), false);
641 context->releaseWindowsContext(hdc, frameRect(), m_isTransparent);
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 659 context->releaseWindowsContext(hDC, webRect);
675 context->releaseWindowsContext(hDC, webRect);
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 615 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
  /external/webkit/WebCore/rendering/
RenderThemeWin.cpp 611 context->releaseWindowsContext(hdc, r, alphaBlend);
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 614 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
    [all...]

Completed in 149 milliseconds