HomeSort by relevance Sort by last modified time
    Searched defs:GetSystemMetrics (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
multimon.h 97 #undef GetSystemMetrics
131 (*(FARPROC*)&g_pfnGetSystemMetrics = GetProcAddress(hUser32,"GetSystemMetrics"))!=NULL &&
171 return GetSystemMetrics(nIndex);
180 (ptScreenCoords.x < GetSystemMetrics(SM_CXSCREEN)) &&
182 (ptScreenCoords.y < GetSystemMetrics(SM_CYSCREEN))))
195 (lprcScreenCoords->left < GetSystemMetrics(SM_CXSCREEN)) &&
196 (lprcScreenCoords->top < GetSystemMetrics(SM_CYSCREEN))))
229 lpMonitorInfo->rcMonitor.right = GetSystemMetrics(SM_CXSCREEN);
230 lpMonitorInfo->rcMonitor.bottom = GetSystemMetrics(SM_CYSCREEN);
261 rcLimit.right = GetSystemMetrics(SM_CXSCREEN)
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 37 milliseconds