Searched refs:GetFrameHeightWithSpacing (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h224 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1;
226 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1 + ImGui::GetTextLineHeightWithSpacing() * 3;
H A Dimgui.h351 IMGUI_API float GetFrameHeightWithSpacing(); // ~ FontSize + style.FramePadding.y * 2 + style.ItemSpacing.y (distance in pixels between 2 consecutive lines of framed widgets)
1506 static inline float GetItemsLineHeightWithSpacing() { return GetFrameHeightWithSpacing(); }
1668 // items_height: Use -1.0f to be calculated automatically on first step. Otherwise pass in the distance between your items, typically GetTextLineHeightWithSpacing() or GetFrameHeightWithSpacing().
H A Dimgui_demo.cpp1985 ImGui::BeginChild("scrolling", ImVec2(0, ImGui::GetFrameHeightWithSpacing() * 7 + 30), true, ImGuiWindowFlags_HorizontalScrollbar);
3223 const float footer_height_to_reserve = ImGui::GetStyle().ItemSpacing.y + ImGui::GetFrameHeightWithSpacing(); // 1 separator, 1 input text
3634 ImGui::BeginChild("item view", ImVec2(0, -ImGui::GetFrameHeightWithSpacing())); // Leave room for 1 line below us
H A Dimgui.cpp421 - 2017/12/13 (1.53) - renamed GetItemsLineHeightWithSpacing() to GetFrameHeightWithSpacing(). Kept redirection function (will obsolete).
6290 float ImGui::GetFrameHeightWithSpacing() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h226 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1;
228 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1 + ImGui::GetTextLineHeightWithSpacing() * 3;
H A Dimgui.h351 IMGUI_API float GetFrameHeightWithSpacing(); // ~ FontSize + style.FramePadding.y * 2 + style.ItemSpacing.y (distance in pixels between 2 consecutive lines of framed widgets)
1506 static inline float GetItemsLineHeightWithSpacing() { return GetFrameHeightWithSpacing(); }
1668 // items_height: Use -1.0f to be calculated automatically on first step. Otherwise pass in the distance between your items, typically GetTextLineHeightWithSpacing() or GetFrameHeightWithSpacing().
H A Dimgui.cpp421 - 2017/12/13 (1.53) - renamed GetItemsLineHeightWithSpacing() to GetFrameHeightWithSpacing(). Kept redirection function (will obsolete).
6290 float ImGui::GetFrameHeightWithSpacing() function in class:ImGui

Completed in 57 milliseconds