HomeSort by relevance Sort by last modified time
    Searched refs:GetSystemMetrics (Results 1 - 21 of 21) 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) &&
  /external/swiftshader/src/Main/
FrameBufferWin.cpp 49 SetRect(&bounds, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN));
FrameBufferGDI.cpp 57 int desktopWidth = GetSystemMetrics(SM_CXSCREEN);
58 int desktopHeight = GetSystemMetrics(SM_CYSCREEN);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
multimon.h 106 #undef GetSystemMetrics
145 && (*((FARPROC *) &g_pfnGetSystemMetrics) = GetProcAddress (h, "GetSystemMetrics")) != NULL
185 return GetSystemMetrics (SM_CXSCREEN);
187 return GetSystemMetrics (SM_CYSCREEN);
192 return GetSystemMetrics (n);
202 || (pt.x >= 0 && pt.y >= 0 && pt.x < GetSystemMetrics (SM_CXSCREEN) && pt.y < GetSystemMetrics (SM_CYSCREEN)))
213 || (pr->right > 0 && pr->bottom > 0 && pr->left < GetSystemMetrics (SM_CXSCREEN) && pr->top < GetSystemMetrics (SM_CYSCREEN)))
252 pmi->rcMonitor.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...]
  /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...]
  /external/vulkan-validation-layers/demos/
cube.cpp     [all...]
cube.c     [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 328 milliseconds