Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h1024 ImGuiCol_Separator, enumerator
1051 …, ImGuiCol_Column = ImGuiCol_Separator, ImGuiCol_ColumnHovered = ImGuiCol_SeparatorHovered, ImGuiC…
Dimgui_draw.cpp206 colors[ImGuiCol_Separator] = colors[ImGuiCol_Border]; in StyleColorsDark()
261 colors[ImGuiCol_Separator] = ImVec4(0.50f, 0.50f, 0.50f, 1.00f); in StyleColorsClassic()
317 colors[ImGuiCol_Separator] = ImVec4(0.39f, 0.39f, 0.39f, 1.00f); in StyleColorsLight()
Dimgui_widgets.cpp1175 window->DrawList->AddLine(bb.Min, ImVec2(bb.Max.x,bb.Min.y), GetColorU32(ImGuiCol_Separator)); in Separator()
1201 …->AddLine(ImVec2(bb.Min.x, bb.Min.y), ImVec2(bb.Min.x, bb.Max.y), GetColorU32(ImGuiCol_Separator)); in VerticalSeparator()
1258 …d && g.HoveredIdTimer >= hover_visibility_delay) ? ImGuiCol_SeparatorHovered : ImGuiCol_Separator); in SplitterBehavior()
Dimgui.cpp5906 case ImGuiCol_Separator: return "Separator"; in GetStyleColorName()
8429 …lorU32(held ? ImGuiCol_SeparatorActive : hovered ? ImGuiCol_SeparatorHovered : ImGuiCol_Separator); in EndColumns()