Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h842 int DragDropSourceFrameCount; member
971 DragDropSourceFrameCount = -1; in ImGuiContext()
Dimgui.cpp3746 if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount) in EndFrame()
8413 g.DragDropSourceFrameCount = g.FrameCount; in BeginDragDropSource()
/third_party/mesa3d/src/imgui/
Dimgui_internal.h871 int DragDropSourceFrameCount; member
1007 DragDropSourceFrameCount = -1; in ImGuiContext()
Dimgui.cpp3811 if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount) in EndFrame()
8564 g.DragDropSourceFrameCount = g.FrameCount; in BeginDragDropSource()
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1616 int DragDropSourceFrameCount; member
1807 DragDropSourceFrameCount = -1; in ImGuiContext()
Dimgui.cpp4455 …if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount && !(g.DragDropSourceFlags & ImG… in EndFrame()
10212 g.DragDropSourceFrameCount = g.FrameCount; in BeginDragDropSource()