Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h845 ImRect DragDropTargetRect; member
Dimgui.cpp8512 g.DragDropTargetRect = bb; in BeginDragDropTargetCustom()
8542 g.DragDropTargetRect = display_rect; in BeginDragDropTarget()
8567 ImRect r = g.DragDropTargetRect; in AcceptDragDropPayload()
/third_party/mesa3d/src/imgui/
Dimgui_internal.h874 ImRect DragDropTargetRect; member
Dimgui.cpp8663 g.DragDropTargetRect = bb; in BeginDragDropTargetCustom()
8693 g.DragDropTargetRect = display_rect; in BeginDragDropTarget()
8718 ImRect r = g.DragDropTargetRect; in AcceptDragDropPayload()
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1619 …ImRect DragDropTargetRect; // Store rectangle of current target c… member
Dimgui.cpp10312 g.DragDropTargetRect = bb; in BeginDragDropTargetCustom()
10343 g.DragDropTargetRect = display_rect; in BeginDragDropTarget()
10368 ImRect r = g.DragDropTargetRect; in AcceptDragDropPayload()