Searched refs:ItemHoverable (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 415 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 D | imgui_internal.h | 1377 IMGUI_API bool ItemHoverable(const ImRect& bb, ImGuiID id);
|
H A D | imgui.cpp | 2818 // 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 D | imgui_widgets.cpp | 515 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 D | imgui_internal.h | 2465 IMGUI_API bool ItemHoverable(const ImRect& bb, ImGuiID id);
|
H A D | imgui_tables.cpp | 940 const bool is_hovering_table = ItemHoverable(mouse_hit_rect, 0); in TableUpdateLayout()
|
H A D | imgui.cpp | 3180 // 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