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

  /external/webkit/Source/WebCore/platform/graphics/win/
LocalWindowsContext.h 43 m_hdc = m_graphicsContext->getWindowsContext(m_rect, m_supportAlphaBlend, m_mayCreateBitmap);
GraphicsContextWin.cpp 100 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
FontCGWin.cpp 165 hdc = graphicsContext->getWindowsContext(textRect, true, false);
MediaPlayerPrivateQuickTimeWin.cpp 607 HDC hdc = p->getWindowsContext(r);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 465 HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); // The passed in rect is used to create a bitmap for compositing inside transparency layers.
466 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
471 HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); // The passed in rect is used to create a bitmap for compositing inside transparency layers.
472 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
511 HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp 368 HDC hdc = context->getWindowsContext(rect, alphaBlend);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 611 HDC GraphicsContext::getWindowsContext(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 604 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
    [all...]

Completed in 182 milliseconds