Home
last modified time | relevance | path

Searched refs:TextDisabled (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h94 bool OptGreyOutZeroes; // = true // display null/zero bytes using the TextDisabled color.
381 ImGui::TextDisabled("## "); in DrawContents()
390 ImGui::TextDisabled("00 "); in DrawContents()
H A Dimgui.h375 IMGUI_API void TextDisabled(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushStyleColor(ImGuiCol_Text, style.Colors[ImGuiCol_TextDisabled]); Text(fmt, ...); PopStyleColor();
H A Dimgui_widgets.cpp117 // - TextDisabled()
268 void ImGui::TextDisabled(const char* fmt, ...) in TextDisabled() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp192 ImGui::TextDisabled("(?)"); in HelpMarker()
888 ImGui::TextDisabled("Disabled"); in ShowDemoWindowWidgets()
889 ImGui::SameLine(); HelpMarker("The TextDisabled color is stored in ImGuiStyle."); in ShowDemoWindowWidgets()
3533 ImGui::TextDisabled("(?)"); in EditTableSizingFlags()
4609 ImGui::TextDisabled("--");
H A Dimgui.h490 IMGUI_API void TextDisabled(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushStyleColor(ImGuiCol_Text, style.Colors[ImGuiCol_TextDisabled]); Text(fmt, ...); PopStyleColor();
H A Dimgui.cpp2628 case ImGuiCol_TextDisabled: return "TextDisabled"; in GetStyleColorName()
11244 ImGui::TextDisabled("(?)"); in MetricsHelpMarker()
11694 TextDisabled("Warning: owning Window is inactive. This DrawList is not being rendered!"); in DebugNodeDrawList()
11985 TextDisabled("Note: some memory buffers have been compacted/freed."); in DebugNodeWindow()
H A Dimgui_widgets.cpp140 // - TextDisabled()
300 void ImGui::TextDisabled(const char* fmt, ...) in TextDisabled() function in ImGui

Completed in 75 milliseconds