Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp736 float other_scrollbar_size_w = other_scrollbar ? style.ScrollbarSize : 0.0f; in Scrollbar() local
740 …ze, window_rect.Max.y - style.ScrollbarSize, window_rect.Max.x - other_scrollbar_size_w - border_s… in Scrollbar()
741 …order_size, window_rect.Max.x - border_size, window_rect.Max.y - other_scrollbar_size_w - border_s… in Scrollbar()
770 …win_size_avail_v = (horizontal ? window->SizeFull.x : window->SizeFull.y) - other_scrollbar_size_w; in Scrollbar()