Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h104 bool ContentsWidthChanged; member
135 ContentsWidthChanged = false; in MemoryEditor()
204 if (ContentsWidthChanged)
455 … if (ImGui::DragInt("##cols", &Cols, 0.2f, 4, 32, "%d cols")) { ContentsWidthChanged = true; }
459 if (ImGui::Checkbox("Show Ascii", &OptShowAscii)) { ContentsWidthChanged = true; }