Home
last modified time | relevance | path

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

/third_party/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
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp1100 …f (ImGui::BeginListBox("##listbox 2", ImVec2(-FLT_MIN, 5 * ImGui::GetTextLineHeightWithSpacing()))) in ShowDemoWindowWidgets()
3591 const float TEXT_BASE_HEIGHT = ImGui::GetTextLineHeightWithSpacing();
5686 ImVec2 child_size = ImVec2(0, ImGui::GetTextLineHeightWithSpacing() * 18);
7622 float item_height = ImGui::GetTextLineHeightWithSpacing();
Dimgui_widgets.cpp6304 …ImVec2 size = ImFloor(CalcItemSize(size_arg, CalcItemWidth(), GetTextLineHeightWithSpacing() * 7.2… in BeginListBox()
6339 size.y = GetTextLineHeightWithSpacing() * height_in_items_f + g.Style.FramePadding.y * 2.0f; in ListBoxHeader()
6371 …ImVec2 size(0.0f, ImFloor(GetTextLineHeightWithSpacing() * height_in_items_f + g.Style.FramePaddin… in ListBox()
6380 …clipper.Begin(items_count, GetTextLineHeightWithSpacing()); // We know exactly our line height her… in ListBox()
Dimgui.h460 …IMGUI_API float GetTextLineHeightWithSpacing(); // ~ FontS…
Dimgui.cpp7786 float ImGui::GetTextLineHeightWithSpacing() in GetTextLineHeightWithSpacing() function in ImGui