Searched refs:ImGuiCol_BorderShadow (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 185 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()
|
D | imgui.h | 1003 ImGuiCol_BorderShadow, enumerator
|
D | imgui.cpp | 2381 …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()
|
D | imgui_widgets.cpp | 1004 …window->DrawList->AddCircle(center + ImVec2(1,1), radius, GetColorU32(ImGuiCol_BorderShadow), 16, … in RadioButton()
|