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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h300 float highlight_width = s.GlyphWidth * 2; local in function:MemoryEditor::DrawContents
304 highlight_width = s.HexCellWidth;
306 highlight_width += s.SpacingBetweenMidCols;
308 draw_list->AddRectFilled(pos, ImVec2(pos.x + highlight_width, pos.y + s.LineHeight), HighlightColor);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h302 float highlight_width = s.GlyphWidth * 2; local in function:MemoryEditor::DrawContents
306 highlight_width = s.HexCellWidth;
308 highlight_width += s.SpacingBetweenMidCols;
310 draw_list->AddRectFilled(pos, ImVec2(pos.x + highlight_width, pos.y + s.LineHeight), HighlightColor);

Completed in 4 milliseconds