Searched refs:StyleColorsDark (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.cpp1130 ImGui::StyleColorsDark();
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.cpp1128 ImGui::StyleColorsDark();
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h226 IMGUI_API void StyleColorsDark(ImGuiStyle* dst = NULL); // new, recommended style (default)
H A Dimgui_demo.cpp2745 case 1: ImGui::StyleColorsDark(); break;
H A Dimgui_draw.cpp174 void ImGui::StyleColorsDark(ImGuiStyle* dst) function in class:ImGui
H A Dimgui.cpp428 Please note that the style system will keep evolving (hopefully stabilizing in Q1 2018), and so custom styles will probably subtly break over time. It is recommended you use the StyleColorsClassic(), StyleColorsDark(), StyleColorsLight() functions.
1115 ImGui::StyleColorsDark(this);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h226 IMGUI_API void StyleColorsDark(ImGuiStyle* dst = NULL); // new, recommended style (default)
H A Dimgui_draw.cpp174 void ImGui::StyleColorsDark(ImGuiStyle* dst) function in class:ImGui
H A Dimgui.cpp428 Please note that the style system will keep evolving (hopefully stabilizing in Q1 2018), and so custom styles will probably subtly break over time. It is recommended you use the StyleColorsClassic(), StyleColorsDark(), StyleColorsLight() functions.
1115 ImGui::StyleColorsDark(this);

Completed in 71 milliseconds