Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5175 …float height_in_items_f = (height_in_items < items_count) ? (height_in_items + 0.25f) : (height_in… in ListBoxHeader() local
5180 size.y = GetTextLineHeightWithSpacing() * height_in_items_f + style.FramePadding.y * 2.0f; in ListBoxHeader()