Searched refs:ImGuiCol_DragDropTarget (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 222 colors[ImGuiCol_DragDropTarget] = ImVec4(1.00f, 1.00f, 0.00f, 0.90f); in StyleColorsDark() 277 colors[ImGuiCol_DragDropTarget] = ImVec4(1.00f, 1.00f, 0.00f, 0.90f); in StyleColorsClassic() 333 colors[ImGuiCol_DragDropTarget] = ImVec4(0.26f, 0.59f, 0.98f, 0.95f); in StyleColorsLight()
|
D | imgui.h | 1040 ImGuiCol_DragDropTarget, enumerator
|
D | imgui.cpp | 5922 case ImGuiCol_DragDropTarget: return "DragDropTarget"; in GetStyleColorName() 8736 … window->DrawList->AddRect(r.Min, r.Max, GetColorU32(ImGuiCol_DragDropTarget), 0.0f, ~0, 2.0f); in AcceptDragDropPayload()
|