Searched refs:footer_height (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h222 float footer_height = 0; local in function:MemoryEditor::DrawContents
224 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1;
226 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1 + ImGui::GetTextLineHeightWithSpacing() * 3;
227 ImGui::BeginChild("##scrolling", ImVec2(0, -footer_height), false, ImGuiWindowFlags_NoMove);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h224 float footer_height = 0; local in function:MemoryEditor::DrawContents
226 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1;
228 footer_height += height_separator + ImGui::GetFrameHeightWithSpacing() * 1 + ImGui::GetTextLineHeightWithSpacing() * 3;
229 ImGui::BeginChild("##scrolling", ImVec2(0, -footer_height), false, ImGuiWindowFlags_NoMove);

Completed in 4 milliseconds