Searched refs:height_in_items_f (Results 1 – 1 of 1) sorted by relevance
5175 …float height_in_items_f = (height_in_items < items_count) ? (height_in_items + 0.25f) : (height_in… in ListBoxHeader() local5180 size.y = GetTextLineHeightWithSpacing() * height_in_items_f + style.FramePadding.y * 2.0f; in ListBoxHeader()