Searched refs:OptGreyOutZeroes (Results 1 – 1 of 1) sorted by relevance
94 …bool OptGreyOutZeroes; // = true // display null/zero bytes usi… member125 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);