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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h421 char display_c = (c < 32 || c >= 128) ? '.' : c; local in function:MemoryEditor::DrawContents
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.h423 char display_c = (c < 32 || c >= 128) ? '.' : c; local in function:MemoryEditor::DrawContents
424 draw_list->AddText(pos, (display_c == '.') ? color_disabled : color_text, &display_c, &display_c + 1);

Completed in 4 milliseconds