Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h228 …ght_separator + ImGui::GetFrameHeightWithSpacing() * 1 + ImGui::GetTextLineHeightWithSpacing() * 3;
Dimgui.h349 …IMGUI_API float GetTextLineHeightWithSpacing(); // ~ FontS…
Dimgui_widgets.cpp5144 …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()
Dimgui.cpp6278 float ImGui::GetTextLineHeightWithSpacing() in GetTextLineHeightWithSpacing() function in ImGui