Searched refs:hW (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_IconCursor.h36 HBITMAP create_BMP(HWND hW,int* imageData,int nSS, int nW, int nH);
H A Dawt_IconCursor.cpp30 HBITMAP create_BMP(HWND hW,int* imageData,int nSS, int nW, int nH) argument
40 if (!hW) {
41 hW = ::GetDesktopWindow();
43 hDC = ::GetDC(hW);
64 ReleaseDC(hW, hDC);
87 ::ReleaseDC(hW, hDC);
H A Dawt_TrayIcon.h111 static HBITMAP CreateBMP(HWND hW,int* imageData,int nSS, int nW, int nH);
H A Dawt_TrayIcon.cpp638 HBITMAP AwtTrayIcon::CreateBMP(HWND hW,int* imageData,int nSS, int nW, int nH) argument
647 if (!hW) {
648 hW = ::GetDesktopWindow();
650 hDC = ::GetDC(hW);
677 ReleaseDC(hW, hDC);
701 ::ReleaseDC(hW, hDC);
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp253 HWND hW = wsdo->window; local
272 ::ClientToScreen(hW, &ptOrig);

Completed in 1707 milliseconds