Searched refs:ItemHoverable (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp415 bool hovered = ItemHoverable(bb, id);
1883 const bool hovered = ItemHoverable(frame_bb, id);
2327 const bool hovered = ItemHoverable(frame_bb, id);
2478 const bool hovered = ItemHoverable(frame_bb, id);
3183 const bool hovered = ItemHoverable(frame_bb, id);
5271 const bool hovered = ItemHoverable(frame_bb, id);
5637 const bool hovered = enabled && ItemHoverable(window->DC.LastItemRect, id);
H A Dimgui_internal.h1377 IMGUI_API bool ItemHoverable(const ImRect& bb, ImGuiID id);
H A Dimgui.cpp2818 // This is roughly matching the behavior of internal-facing ItemHoverable()
2861 // Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered().
2862 bool ImGui::ItemHoverable(const ImRect& bb, ImGuiID id) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp415 bool hovered = ItemHoverable(bb, id);
1883 const bool hovered = ItemHoverable(frame_bb, id);
2327 const bool hovered = ItemHoverable(frame_bb, id);
2478 const bool hovered = ItemHoverable(frame_bb, id);
3183 const bool hovered = ItemHoverable(frame_bb, id);
5271 const bool hovered = ItemHoverable(frame_bb, id);
5637 const bool hovered = enabled && ItemHoverable(window->DC.LastItemRect, id);
H A Dimgui_internal.h1377 IMGUI_API bool ItemHoverable(const ImRect& bb, ImGuiID id);
H A Dimgui.cpp2818 // This is roughly matching the behavior of internal-facing ItemHoverable()
2861 // Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered().
2862 bool ImGui::ItemHoverable(const ImRect& bb, ImGuiID id) function in class:ImGui

Completed in 186 milliseconds