Home
last modified time | relevance | path

Searched refs:visible_border_height (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc71 const int visible_border_height = GetSystemMetrics(SM_CYBORDER); in GetCroppedWindowRect() local
72 int top_height = visible_border_height; in GetCroppedWindowRect()
80 bottom_height = std::max(0, bottom_height - visible_border_height); in GetCroppedWindowRect()