Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h226 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1; in DrawContents()
228 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1 + ImGui::GetTextLineHeightWithSpacing() * 3; in DrawContents()
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(); } in GetItemsLineHeightWithSpacing()
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() in GetFrameHeightWithSpacing() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp2927 ImVec2 scrolling_child_size = ImVec2(0, ImGui::GetFrameHeightWithSpacing() * 7 + 30); in ShowDemoWindowLayout()
6333 const float footer_height_to_reserve = ImGui::GetStyle().ItemSpacing.y + ImGui::GetFrameHeightWithSpacing();
6772 ImGui::BeginChild("item view", ImVec2(0, -ImGui::GetFrameHeightWithSpacing())); // Leave room for 1 line below us
H A Dimgui.h462 IMGUI_API float GetFrameHeightWithSpacing(); // ~ FontSize + style.FramePadding.y * 2 + style.ItemSpacing.y (distance in pixels between 2 consecutive lines of framed widgets)
2205 // items_height: Use -1.0f to be calculated automatically on first step. Otherwise pass in the distance between your items, typically GetTextLineHeightWithSpacing() or GetFrameHeightWithSpacing().
2873 //static inline float GetItemsLineHeightWithSpacing() { return GetFrameHeightWithSpacing(); } // OBSOLETED in 1.53 (between Oct 2017 and Dec 2017)
H A Dimgui.cpp462 - GetItemsLineHeightWithSpacing() -> use GetFrameHeightWithSpacing()
550 - 2017/12/13 (1.53) - renamed GetItemsLineHeightWithSpacing() to GetFrameHeightWithSpacing(). Kept redirection function (will obsolete).
7473 // - GetFrameHeightWithSpacing()
7798 float ImGui::GetFrameHeightWithSpacing() in GetFrameHeightWithSpacing() function in ImGui

Completed in 72 milliseconds