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

  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capture_utils.cc 59 return DesktopRect::MakeXYWH(GetSystemMetrics(SM_XVIRTUALSCREEN),
60 GetSystemMetrics(SM_YVIRTUALSCREEN),
61 GetSystemMetrics(SM_CXVIRTUALSCREEN),
62 GetSystemMetrics(SM_CYVIRTUALSCREEN));
window_capture_utils.cc 33 DesktopSize border = DesktopSize(GetSystemMetrics(SM_CXSIZEFRAME),
34 GetSystemMetrics(SM_CYSIZEFRAME));
screen_capturer_win_gdi.cc 189 GetSystemMetrics(SM_XVIRTUALSCREEN),
190 GetSystemMetrics(SM_YVIRTUALSCREEN),
191 GetSystemMetrics(SM_CXVIRTUALSCREEN),
192 GetSystemMetrics(SM_CYVIRTUALSCREEN)));
screen_capturer_win_magnifier.cc 115 if (magnifier_initialized_ && (GetSystemMetrics(SM_CMONITORS) == 1) &&
  /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...]
dispdib.h 56 return CreateWindow(DISPLAYDIB_WINDOW_CLASS,"",dwStyle,0,0,GetSystemMetrics(SM_CXSCREEN),GetSystemMetrics(SM_CYSCREEN),hwndParent,NULL,(hInstance ? hInstance : GetWindowInstance(hwndParent)),NULL);
winuser.h     [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 137 GetSystemMetrics(SM_XVIRTUALSCREEN),
138 GetSystemMetrics(SM_YVIRTUALSCREEN),
139 GetSystemMetrics(SM_CXVIRTUALSCREEN),
140 GetSystemMetrics(SM_CYVIRTUALSCREEN));
  /external/libpng/contrib/gregbook/
rpng-win.c 558 extra_width = 2*(GetSystemMetrics(SM_CXBORDER) +
559 GetSystemMetrics(SM_CXDLGFRAME));
560 extra_height = 2*(GetSystemMetrics(SM_CYBORDER) +
561 GetSystemMetrics(SM_CYDLGFRAME)) +
562 GetSystemMetrics(SM_CYCAPTION);
rpng2-win.c 771 extra_width = 2*(GetSystemMetrics(SM_CXBORDER) +
772 GetSystemMetrics(SM_CXDLGFRAME));
773 extra_height = 2*(GetSystemMetrics(SM_CYBORDER) +
774 GetSystemMetrics(SM_CYDLGFRAME)) +
775 GetSystemMetrics(SM_CYCAPTION);
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 238 sWindowWidth = GetSystemMetrics(SM_CXSCREEN);
239 sWindowHeight = GetSystemMetrics(SM_CYSCREEN);
  /external/libpng/contrib/visupng/
VisualPng.c 116 ixBorders = 2 * (GetSystemMetrics (SM_CXBORDER) +
117 GetSystemMetrics (SM_CXDLGFRAME));
118 iyBorders = 2 * (GetSystemMetrics (SM_CYBORDER) +
119 GetSystemMetrics (SM_CYDLGFRAME)) +
120 GetSystemMetrics (SM_CYCAPTION) +
121 GetSystemMetrics (SM_CYMENUSIZE) +
484 rWorkArea.right = GetSystemMetrics(SM_CXSCREEN);
485 rWorkArea.bottom = GetSystemMetrics(SM_CYSCREEN);
  /sdk/find_java2/src/
FindJava2Dlg.cpp 93 int cxIcon = GetSystemMetrics(SM_CXICON);
94 int cyIcon = GetSystemMetrics(SM_CYICON);
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 473 _winWidth = (LONG) ::GetSystemMetrics(SM_CXSCREEN);
474 _winHeight = (LONG) ::GetSystemMetrics(SM_CYSCREEN);
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /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 4640 milliseconds