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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h271 const ImU32 color_text = ImGui::GetColorU32(ImGuiCol_Text); local in function:MemoryEditor::DrawContents
272 const ImU32 color_disabled = OptGreyOutZeroes ? ImGui::GetColorU32(ImGuiCol_TextDisabled) : color_text;
422 draw_list->AddText(pos, (display_c == '.') ? color_disabled : color_text, &display_c, &display_c + 1);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h273 const ImU32 color_text = ImGui::GetColorU32(ImGuiCol_Text); local in function:MemoryEditor::DrawContents
274 const ImU32 color_disabled = OptGreyOutZeroes ? ImGui::GetColorU32(ImGuiCol_TextDisabled) : color_text;
424 draw_list->AddText(pos, (display_c == '.') ? color_disabled : color_text, &display_c, &display_c + 1);

Completed in 4 milliseconds