Home
last modified time | relevance | path

Searched refs:GetFrameHeightWithSpacing (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h226 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1;
228 …footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1 + ImGui::GetTextLineHei…
Dimgui.h351 …IMGUI_API float GetFrameHeightWithSpacing(); // ~ FontS…
1506 … static inline float GetItemsLineHeightWithSpacing() { return GetFrameHeightWithSpacing(); } in GetItemsLineHeightWithSpacing()
Dimgui.cpp6290 float ImGui::GetFrameHeightWithSpacing() in GetFrameHeightWithSpacing() function in ImGui