Home
last modified time | relevance | path

Searched refs:DragDropAcceptIdCurrRectSurface (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h877 …float DragDropAcceptIdCurrRectSurface; // Target item surface (we resolve ove… member
1011 DragDropAcceptIdCurrRectSurface = 0.0f; in ImGuiContext()
Dimgui.cpp3464 g.DragDropAcceptIdCurrRectSurface = FLT_MAX; in NewFrame()
8481 g.DragDropAcceptIdCurrRectSurface = FLT_MAX; in ClearDragDrop()
8720 if (r_surface < g.DragDropAcceptIdCurrRectSurface) in AcceptDragDropPayload()
8724 g.DragDropAcceptIdCurrRectSurface = r_surface; in AcceptDragDropPayload()