Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp415 bool hovered = ItemHoverable(bb, id); in ButtonBehavior()
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) in ItemHoverable() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp515 bool hovered = ItemHoverable(bb, id); in ButtonBehavior()
2406 const bool hovered = ItemHoverable(frame_bb, id); in DragScalar()
3024 const bool hovered = ItemHoverable(frame_bb, id);
3187 const bool hovered = ItemHoverable(frame_bb, id);
4020 const bool hovered = ItemHoverable(frame_bb, id); in InputTextEx()
6442 const bool hovered = ItemHoverable(frame_bb, id);
H A Dimgui_internal.h2465 IMGUI_API bool ItemHoverable(const ImRect& bb, ImGuiID id);
H A Dimgui_tables.cpp940 const bool is_hovering_table = ItemHoverable(mouse_hit_rect, 0); in TableUpdateLayout()
H A Dimgui.cpp3180 // This is roughly matching the behavior of internal-facing ItemHoverable()
3230 // Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered().
3231 bool ImGui::ItemHoverable(const ImRect& bb, ImGuiID id) in ItemHoverable() function in ImGui
10173 bool is_hovered = ItemHoverable(g.LastItemData.Rect, source_id); in BeginDragDropSource()

Completed in 91 milliseconds