Home
last modified time | relevance | path

Searched refs:OptShowAscii (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_memory_editor.h93 …bool OptShowAscii; // = true // display ASCII representatio… member
124 OptShowAscii = true; in MemoryEditor()
181 if (OptShowAscii) in CalcSizes()
270 if (OptShowAscii)
402 if (OptShowAscii)
459 if (ImGui::Checkbox("Show Ascii", &OptShowAscii)) { ContentsWidthChanged = true; }
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer.cpp532 window->editor.OptShowAscii = false; in new_edit_window()