Searched refs:top_height (Results 1 – 2 of 2) sorted by relevance
72 int top_height = visible_border_height; in GetCroppedWindowRect() local81 top_height = 0; in GetCroppedWindowRect()83 cropped_rect->Extend(-width, -top_height, -width, -bottom_height); in GetCroppedWindowRect()
214 float top_height = top_percentage * size.height; in HorizontalSplitPercentage() local215 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()