Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc70 int bottom_height = GetSystemMetrics(SM_CYSIZEFRAME); in GetCroppedWindowRect() local
80 bottom_height = std::max(0, bottom_height - visible_border_height); in GetCroppedWindowRect()
83 cropped_rect->Extend(-width, -top_height, -width, -bottom_height); in GetCroppedWindowRect()