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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h154 float LineHeight; member in struct:MemoryEditor::Sizes
172 s.LineHeight = ImGui::GetTextLineHeight();
234 ImGuiListClipper clipper(line_total_count, s.LineHeight);
263 ImGui::SetScrollY(ImGui::GetScrollY() + scroll_offset * s.LineHeight);
308 draw_list->AddRectFilled(pos, ImVec2(pos.x + highlight_width, pos.y + s.LineHeight), HighlightColor);
407 if (ImGui::InvisibleButton("ascii", ImVec2(s.PosAsciiEnd - s.PosAsciiStart, s.LineHeight)))
417 draw_list->AddRectFilled(pos, ImVec2(pos.x + s.GlyphWidth, pos.y + s.LineHeight), ImGui::GetColorU32(ImGuiCol_FrameBg));
418 draw_list->AddRectFilled(pos, ImVec2(pos.x + s.GlyphWidth, pos.y + s.LineHeight), ImGui::GetColorU32(ImGuiCol_TextSelectedBg));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h156 float LineHeight; member in struct:MemoryEditor::Sizes
174 s.LineHeight = ImGui::GetTextLineHeight();
236 ImGuiListClipper clipper(line_total_count, s.LineHeight);
265 ImGui::SetScrollY(ImGui::GetScrollY() + scroll_offset * s.LineHeight);
310 draw_list->AddRectFilled(pos, ImVec2(pos.x + highlight_width, pos.y + s.LineHeight), HighlightColor);
409 if (ImGui::InvisibleButton("ascii", ImVec2(s.PosAsciiEnd - s.PosAsciiStart, s.LineHeight)))
419 draw_list->AddRectFilled(pos, ImVec2(pos.x + s.GlyphWidth, pos.y + s.LineHeight), ImGui::GetColorU32(ImGuiCol_FrameBg));
420 draw_list->AddRectFilled(pos, ImVec2(pos.x + s.GlyphWidth, pos.y + s.LineHeight), ImGui::GetColorU32(ImGuiCol_TextSelectedBg));

Completed in 5 milliseconds