Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/viewer/
H A DSkSLDebuggerSlide.cpp178 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()
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_memory_editor.h228 …ght_separator + ImGui::GetFrameHeightWithSpacing() * 1 + ImGui::GetTextLineHeightWithSpacing() * 3;
H A Dimgui.h349 …IMGUI_API float GetTextLineHeightWithSpacing(); // ~ FontS…
H A 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()
H A Dimgui.cpp6278 float ImGui::GetTextLineHeightWithSpacing() in GetTextLineHeightWithSpacing() function in ImGui