Home
last modified time | relevance | path

Searched refs:displayDC (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp599 HDC displayDC = ::GetDC(0); in getWindowsContext() local
600 HDC bitmapDC = ::CreateCompatibleDC(displayDC); in getWindowsContext()
601 ::ReleaseDC(0, displayDC); in getWindowsContext()
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c1325 HDC displayDC = CreateDC( "DISPLAY", NULL, NULL, NULL ); local
1328 if (displayDC == NULL) {
1331 xdpi = GetDeviceCaps( displayDC, LOGPIXELSX );
1332 ydpi = GetDeviceCaps( displayDC, LOGPIXELSY );
1334 DeleteDC(displayDC);
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1183 HDC displayDC = ::GetDC(0); in getWindowsContext() local
1184 HDC bitmapDC = ::CreateCompatibleDC(displayDC); in getWindowsContext()
1185 ::ReleaseDC(0, displayDC); in getWindowsContext()