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

  /external/webkit/Source/WebCore/platform/graphics/win/
LocalWindowsContext.h 48 m_graphicsContext->releaseWindowsContext(m_hdc, m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
GraphicsContextCairoWin.cpp 123 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
GraphicsContextCGWin.cpp 90 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
FontCGWin.cpp 297 graphicsContext->releaseWindowsContext(hdc, textRect, true, false);
MediaPlayerPrivateQuickTimeWin.cpp 630 p->releaseWindowsContext(hdc, r);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 466 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
472 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
512 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp 375 context->releaseWindowsContext(hdc, rect, alphaBlend);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 651 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 611 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
    [all...]

Completed in 199 milliseconds