Home
last modified time | relevance | path

Searched refs:ImGuiCol_BorderShadow (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp185 colors[ImGuiCol_BorderShadow] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsDark()
240 colors[ImGuiCol_BorderShadow] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsClassic()
296 colors[ImGuiCol_BorderShadow] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsLight()
Dimgui.h1003 ImGuiCol_BorderShadow, enumerator
Dimgui.cpp2381 …awList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow), rounding… in RenderFrame()
2393 …awList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow), rounding… in RenderFrameBorder()
5885 case ImGuiCol_BorderShadow: return "BorderShadow"; in GetStyleColorName()
Dimgui_widgets.cpp1004 …window->DrawList->AddCircle(center + ImVec2(1,1), radius, GetColorU32(ImGuiCol_BorderShadow), 16, … in RadioButton()