Searched refs:GetTextLineHeightWithSpacing (Results 1 – 5 of 5) sorted by relevance
178 int linesVisible = contentRect.y / ImGui::GetTextLineHeightWithSpacing(); in showCodeTable()201 ImGui::GetTextLineHeightWithSpacing() * kNumTopRows); in showStackTraceTable()240 ImVec2 varViewSize = ImVec2(0.0f, ImGui::GetTextLineHeightWithSpacing() * kNumTopRows); in showVariableTable()
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