Home
last modified time | relevance | path

Searched refs:DragDropSourceFlags (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h841 ImGuiDragDropFlags DragDropSourceFlags; member
970 DragDropSourceFlags = 0; in ImGuiContext()
Dimgui.cpp3270 …const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragD… in UpdateHoveredWindowAndCaptureFlags()
3740 …sed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags & ImGuiDrag… in EndFrame()
8410 g.DragDropSourceFlags = flags; in BeginDragDropSource()
8443 if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) in EndDragDropSource()
8578 …flags |= (g.DragDropSourceFlags & ImGuiDragDropFlags_AcceptNoDrawDefaultRect); // Source can also … in AcceptDragDropPayload()
Dimgui_widgets.cpp416 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
420 …pActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDrag… in ButtonBehavior()
/third_party/mesa3d/src/imgui/
Dimgui_internal.h870 ImGuiDragDropFlags DragDropSourceFlags; member
1006 DragDropSourceFlags = 0; in ImGuiContext()
Dimgui.cpp3335 …const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragD… in UpdateHoveredWindowAndCaptureFlags()
3805 …sed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags & ImGuiDrag… in EndFrame()
8561 g.DragDropSourceFlags = flags; in BeginDragDropSource()
8594 if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) in EndDragDropSource()
8729 …flags |= (g.DragDropSourceFlags & ImGuiDragDropFlags_AcceptNoDrawDefaultRect); // Source can also … in AcceptDragDropPayload()
Dimgui_widgets.cpp418 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
422 …pActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDrag… in ButtonBehavior()
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1615 ImGuiDragDropFlags DragDropSourceFlags; member
1806 DragDropSourceFlags = ImGuiDragDropFlags_None; in ImGuiContext()
Dimgui.cpp3911 …const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragD… in UpdateHoveredWindowAndCaptureFlags()
4449 …sed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags & ImGuiDrag… in EndFrame()
4455 …if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount && !(g.DragDropSourceFlags & ImG… in EndFrame()
10207 g.DragDropSourceFlags = flags; in BeginDragDropSource()
10242 if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) in EndDragDropSource()
10380 …flags |= (g.DragDropSourceFlags & ImGuiDragDropFlags_AcceptNoDrawDefaultRect); // Source can also … in AcceptDragDropPayload()
Dimgui_widgets.cpp518 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
522 …pActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDrag… in ButtonBehavior()