HomeSort by relevance Sort by last modified time
    Searched full:windowdc (Results 1 - 5 of 5) sorted by null

  /external/quake/quake/src/QW/scitech/include/
mglwin.h 116 /* Activate the WindowDC's palette */
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLWIN.H 116 /* Activate the WindowDC's palette */
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 484 HDC windowDC = GetDC(m_hudWindow);
485 HDC bitmapDC = CreateCompatibleDC(windowDC);
486 ::ReleaseDC(m_hudWindow, windowDC);
WebView.cpp 854 HDC windowDC = ::GetDC(m_viewWindow);
855 HDC bitmapDC = ::CreateCompatibleDC(windowDC);
880 ::ReleaseDC(m_viewWindow, windowDC);
950 HDC windowDC = 0;
953 windowDC = ::GetDC(m_viewWindow);
954 bitmapDC = ::CreateCompatibleDC(windowDC);
986 ::ReleaseDC(m_viewWindow, windowDC);
    [all...]
WebView.h 848 void paintIntoWindow(HDC bitmapDC, HDC windowDC, const WebCore::IntRect& dirtyRect);
    [all...]

Completed in 333 milliseconds