Searched refs:GetTextLineHeightWithSpacing (Results 1 – 4 of 4) sorted by relevance
228 …ght_separator + ImGui::GetFrameHeightWithSpacing() * 1 + ImGui::GetTextLineHeightWithSpacing() * 3;
349 …IMGUI_API float GetTextLineHeightWithSpacing(); // ~ FontS…
5144 …ImVec2 size = CalcItemSize(size_arg, CalcItemWidth(), GetTextLineHeightWithSpacing() * 7.4f + styl… in ListBoxHeader()5180 size.y = GetTextLineHeightWithSpacing() * height_in_items_f + style.FramePadding.y * 2.0f; in ListBoxHeader()5215 …ImGuiListClipper clipper(items_count, GetTextLineHeightWithSpacing()); // We know exactly our line… in ListBox()
6278 float ImGui::GetTextLineHeightWithSpacing() in GetTextLineHeightWithSpacing() function in ImGui