Searched refs:BeginDragDropTargetCustom (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1418 IMGUI_API bool BeginDragDropTargetCustom(const ImRect& bb, ImGuiID id);
H A Dimgui.cpp8647 bool ImGui::BeginDragDropTargetCustom(const ImRect& bb, ImGuiID id) function in class:ImGui
8669 // We don't use BeginDragDropTargetCustom() and duplicate its code because:
8670 // 1) we use LastItemRectHoveredRect which handles items that pushes a temporarily clip rectangle in their code. Calling BeginDragDropTargetCustom(LastItemRect) would not handle them.
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1418 IMGUI_API bool BeginDragDropTargetCustom(const ImRect& bb, ImGuiID id);
H A Dimgui.cpp8647 bool ImGui::BeginDragDropTargetCustom(const ImRect& bb, ImGuiID id) function in class:ImGui
8669 // We don't use BeginDragDropTargetCustom() and duplicate its code because:
8670 // 1) we use LastItemRectHoveredRect which handles items that pushes a temporarily clip rectangle in their code. Calling BeginDragDropTargetCustom(LastItemRect) would not handle them.

Completed in 43 milliseconds