Home
last modified time | relevance | path

Searched refs:ImGuiDragDropFlags_SourceExtern (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.h871ImGuiDragDropFlags_SourceExtern = 1 << 4, // External source (from outside of im… enumerator
Dimgui.cpp3335 …xtern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragDropFlags_SourceExtern) != 0; in UpdateHoveredWindowAndCaptureFlags()
8499 if (!(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()
8580 … (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h864ImGuiDragDropFlags_SourceExtern = 1 << 4, // External source (from outside of im… enumerator
Dimgui.cpp3270 …xtern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragDropFlags_SourceExtern) != 0; in UpdateHoveredWindowAndCaptureFlags()
8348 if (!(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()
8429 … (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()
/third_party/skia/third_party/externals/imgui/
Dimgui.h1305ImGuiDragDropFlags_SourceExtern = 1 << 4, // External source (from outside of de… enumerator
Dimgui.cpp3911 …xtern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragDropFlags_SourceExtern) != 0; in UpdateHoveredWindowAndCaptureFlags()
10137 if (!(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()
10228 … (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()