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

  /external/webkit/WebCore/platform/graphics/win/
IconWin.cpp 92 HDC hdc = context->getWindowsContext(r);
GraphicsContextWin.cpp 103 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
FontCGWin.cpp 163 hdc = graphicsContext->getWindowsContext(textRect, true, false);
MediaPlayerPrivateQuickTimeWin.cpp 533 HDC hdc = p->getWindowsContext(r);
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 357 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.
358 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
363 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.
364 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
403 HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true);
  /external/webkit/WebCore/platform/win/
ScrollbarThemeWin.cpp 243 HDC hdc = context->getWindowsContext(rect, alphaBlend);
308 HDC hdc = context->getWindowsContext(rect, alphaBlend);
363 HDC hdc = context->getWindowsContext(rect, alphaBlend);
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 573 HDC hdc = context->getWindowsContext(frameRect(), false);
623 HDC hdc = context->getWindowsContext(rectInWindow, m_isTransparent);
628 // the translation set in getWindowsContext.
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 656 HDC hDC = context->getWindowsContext(webRect);
673 HDC hDC = context->getWindowsContext(webRect);
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 575 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
  /external/webkit/WebCore/rendering/
RenderThemeWin.cpp 561 HDC hdc = context->getWindowsContext(r, alphaBlend);
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 607 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
    [all...]

Completed in 254 milliseconds