Home
last modified time | relevance | path

Searched refs:SetItemAllowOverlap (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp1451 SetItemAllowOverlap(); in SplitterBehavior()
5951 SetItemAllowOverlap();
6237 SetItemAllowOverlap();
7999 SetItemAllowOverlap();
8165 // We are relying on a subtle and confusing distinction between 'hovered' and 'g.HoveredId' which happens because we are using ImGuiButtonFlags_AllowOverlapMode + SetItemAllowOverlap()
H A Dimgui.h853 IMGUI_API void SetItemAllowOverlap(); // allow last item to be overlapped by a subsequent item. sometimes useful with invisible buttons, selectables, etc. to catch unused area.
H A Dimgui_tables.cpp2916 SetItemAllowOverlap();
H A Dimgui.cpp4961 void ImGui::SetItemAllowOverlap() in SetItemAllowOverlap() function in ImGui
/third_party/mesa3d/src/imgui/
H A Dimgui.h619 IMGUI_API void SetItemAllowOverlap(); // allow last item to be overlapped by a subsequent item. sometimes useful with invisible buttons, selectables, etc. to catch unused area.
H A Dimgui_widgets.cpp1224 SetItemAllowOverlap(); in SplitterBehavior()
4861 SetItemAllowOverlap();
6461 SetItemAllowOverlap();
6601 // We are relying on a subtle and confusing distinction between 'hovered' and 'g.HoveredId' which happens because we are using ImGuiButtonFlags_AllowOverlapMode + SetItemAllowOverlap()
H A Dimgui.cpp4288 void ImGui::SetItemAllowOverlap() in SetItemAllowOverlap() function in ImGui

Completed in 85 milliseconds