Searched refs:scroll_arrow_height (Results 1 – 3 of 3) sorted by relevance
48 host_->GetMenuItem()->GetMenuConfig().scroll_arrow_height * 2 - 1, in GetPreferredSize()89 int y = (height() - config.scroll_arrow_height) / 2; in OnPaint()91 int x_left = x - config.scroll_arrow_height; in OnPaint()92 int x_right = x + config.scroll_arrow_height; in OnPaint()97 y = y_bottom + config.scroll_arrow_height; in OnPaint()99 y_bottom = y + config.scroll_arrow_height; in OnPaint()
41 scroll_arrow_height(3), in MenuConfig()
104 int scroll_arrow_height; member