Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h94 …bool OptGreyOutZeroes; // = true // display null/zero bytes usi… member
125 OptGreyOutZeroes = true; in MemoryEditor()
274 …const ImU32 color_disabled = OptGreyOutZeroes ? ImGui::GetColorU32(ImGuiCol_TextDisabled) : color_…
380 else if (b == 0xFF && OptGreyOutZeroes)
389 if (b == 0 && OptGreyOutZeroes)
460 ImGui::Checkbox("Grey out zeroes", &OptGreyOutZeroes);