Home
last modified time | relevance | path

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

/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()