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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h288 float byte_pos_x = s.PosHexStart + s.HexCellWidth * n; local in function:MemoryEditor::DrawContents
290 byte_pos_x += (n / OptMidColsCount) * s.SpacingBetweenMidCols;
291 ImGui::SameLine(byte_pos_x);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h290 float byte_pos_x = s.PosHexStart + s.HexCellWidth * n; local in function:MemoryEditor::DrawContents
292 byte_pos_x += (float)(n / OptMidColsCount) * s.SpacingBetweenMidCols;
293 ImGui::SameLine(byte_pos_x);

Completed in 4 milliseconds