Searched refs:bottom_height (Results 1 – 1 of 1) sorted by relevance
70 int bottom_height = GetSystemMetrics(SM_CYSIZEFRAME); in GetCroppedWindowRect() local80 bottom_height = std::max(0, bottom_height - visible_border_height); in GetCroppedWindowRect()83 cropped_rect->Extend(-width, -top_height, -width, -bottom_height); in GetCroppedWindowRect()