Home
last modified time | relevance | path

Searched refs:GetStyleColorName (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp5960 const char* name = ImGui::GetStyleColorName(i);
5986 const char* name = ImGui::GetStyleColorName(i);
6189 const char* name = ImGui::GetStyleColorName((ImGuiCol)i);
H A Dimgui.h869 IMGUI_API const char* GetStyleColorName(ImGuiCol idx); // get a string corresponding to the enum value (for display, saving, etc.).
H A Dimgui.cpp577 - 2017/08/20 (1.51) - renamed GetStyleColName() to GetStyleColorName() for consistency.
2622 const char* ImGui::GetStyleColorName(ImGuiCol idx) in GetStyleColorName() function in ImGui
7391 if (log_callback) log_callback(user_data, "Recovered from missing PopStyleColor() in '%s' for ImGuiCol_%s", window->Name, GetStyleColorName(g.ColorStack.back().Col)); in ErrorCheckEndWindowRecover()
/third_party/mesa3d/src/imgui/
H A Dimgui.h628 IMGUI_API const char* GetStyleColorName(ImGuiCol idx);
H A Dimgui.cpp445 - 2017/08/20 (1.51) - renamed GetStyleColName() to GetStyleColorName() for consistency.
5874 const char* ImGui::GetStyleColorName(ImGuiCol idx) in GetStyleColorName() function in ImGui

Completed in 89 milliseconds