Home
last modified time | relevance | path

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

/third_party/mesa3d/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) in BeginDragDropTargetCustom() function in 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.
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h2558 IMGUI_API bool BeginDragDropTargetCustom(const ImRect& bb, ImGuiID id);
H A Dimgui.cpp10295 bool ImGui::BeginDragDropTargetCustom(const ImRect& bb, ImGuiID id) in BeginDragDropTargetCustom() function in ImGui
10318 // We don't use BeginDragDropTargetCustom() and duplicate its code because:
10319 // 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 49 milliseconds