Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc72 int top_height = visible_border_height; in GetCroppedWindowRect() local
81 top_height = 0; in GetCroppedWindowRect()
83 cropped_rect->Extend(-width, -top_height, -width, -bottom_height); in GetCroppedWindowRect()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp214 float top_height = top_percentage * size.height; in HorizontalSplitPercentage() local
215 HorizontalSplit(top_height, top, bottom); in HorizontalSplitPercentage()
218 void HorizontalSplit(int top_height, Rect &top, Rect &bottom) const { in HorizontalSplit()
220 if (top_height < size.height) { in HorizontalSplit()
221 top.size.height = top_height; in HorizontalSplit()