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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h278 const char* format_byte_space = OptUpperCaseHex ? "%02X " : "%02x "; local in function:MemoryEditor::DrawContents
383 ImGui::Text(format_byte_space, b);
390 ImGui::Text(format_byte_space, b);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h280 const char* format_byte_space = OptUpperCaseHex ? "%02X " : "%02x "; local in function:MemoryEditor::DrawContents
385 ImGui::Text(format_byte_space, b);
392 ImGui::Text(format_byte_space, b);

Completed in 8 milliseconds