Searched refs:hMon (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A DDevices.cpp96 BOOL WINAPI clb_fCountMonitors(HMONITOR hMon, HDC hDC, LPRECT rRect, LPARAM lP) argument
111 BOOL WINAPI clb_fCollectMonitors(HMONITOR hMon, HDC hDC, LPRECT rRect, LPARAM lP) argument
115 g_hmpMonitors[g_nMonitorCounter] = hMon;
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DPipelineManager.cpp210 HMONITOR hMon = pMgr->pd3d9->GetAdapterMonitor(i); local
211 if (hMon == (HMONITOR)0x0) {
218 if (pHMONITORs[mon] == hMon) {
220 " adapter %d: found hmnd[%d]=0x%x", i, mon, hMon);
228 "in the list of new hmnds", i, hMon);
717 UINT D3DPipelineManager::GetAdapterOrdinalByHmon(HMONITOR hMon) argument
725 if (hm == hMon) {
788 HMONITOR hMon = pd3d9->GetAdapterMonitor(adapterOrdinal); local
789 if (hMon == 0 || !GetMonitorInfo(hMon, (LPMONITORINF
[all...]
H A DD3DPipelineManager.h104 UINT GetAdapterOrdinalByHmon(HMONITOR hMon);

Completed in 100 milliseconds