Home
last modified time | relevance | path

Searched defs:bitmapDC (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebDragClientWin.cpp69 OwnPtr<HDC> bitmapDC(CreateCompatibleDC(0)); in startDrag() local
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsContextWin.cpp115 HDC bitmapDC = ::CreateCompatibleDC(m_data->m_hdc); in getWindowsContext() local
/external/webkit/Source/WebKit/win/
DFullscreenVideoController.cpp485 HDC bitmapDC = CreateCompatibleDC(windowDC); in draw() local
DWebView.cpp855 HDC bitmapDC = ::CreateCompatibleDC(windowDC); in scrollBackingStore() local
951 HDC bitmapDC = dc; in updateBackingStore() local
1047 HDC bitmapDC = ::CreateCompatibleDC(hdc); in paint() local
1080 void WebView::paintIntoBackingStore(FrameView* frameView, HDC bitmapDC, const IntRect& dirtyRect, W… in paintIntoBackingStore()
1123 void WebView::paintIntoWindow(HDC bitmapDC, HDC windowDC, const IntRect& dirtyRect) in paintIntoWindow()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp636 HDC bitmapDC = ::CreateCompatibleDC(displayDC); in getWindowsContext() local
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1315 HDC bitmapDC = ::CreateCompatibleDC(displayDC); in getWindowsContext() local