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

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_urb.h61 bool hovered; local in function:AubinatorViewerUrb::DrawAllocation
64 hovered = _Hovered(mouse_pos, window_hovered, alloc_tl, alloc_br);
66 1.0f, hovered ? 1.0f : 0.8f,
69 if (hovered) {
77 hovered = _Hovered(mouse_pos, window_hovered, const_tl, const_br);
79 1.0f, hovered ? 1.0f : 0.8f,
82 if (hovered) {
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_urb.h61 bool hovered; local in function:AubinatorViewerUrb::DrawAllocation
64 hovered = _Hovered(mouse_pos, window_hovered, alloc_tl, alloc_br);
66 1.0f, hovered ? 1.0f : 0.8f,
69 if (hovered) {
77 hovered = _Hovered(mouse_pos, window_hovered, const_tl, const_br);
79 1.0f, hovered ? 1.0f : 0.8f,
82 if (hovered) {
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp415 bool hovered = ItemHoverable(bb, id); local in function:ImGui::ButtonBehavior
417 // Drag source doesn't report as hovered
418 if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoDisableHover))
419 hovered = false;
425 hovered = true;
438 if (hovered && (flags & ImGuiButtonFlags_AllowItemOverlap) && (g.HoveredIdPreviousFrame != id && g.HoveredIdPreviousFrame != 0))
439 hovered = false;
442 if (hovered)
486 // We report navigated item as hovered but we don't set g.HoveredId to not interfere with mouse.
488 hovered
567 bool hovered, held; local in function:ImGui::ButtonEx
620 bool hovered, held; local in function:ImGui::InvisibleButton
643 bool hovered, held; local in function:ImGui::ArrowButtonEx
672 bool hovered, held; local in function:ImGui::CloseButton
698 bool hovered, held; local in function:ImGui::CollapseButton
782 bool hovered = false; local in function:ImGui::Scrollbar
892 bool hovered, held; local in function:ImGui::ImageButton
924 bool hovered, held; local in function:ImGui::Checkbox
989 bool hovered, held; local in function:ImGui::RadioButton
1219 bool hovered, held; local in function:ImGui::SplitterBehavior
1305 bool hovered, held; local in function:ImGui::BeginCombo
1883 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::DragScalar
2327 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::SliderScalar
2478 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::VSliderScalar
3183 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::InputTextEx
4428 bool hovered, held; local in function:ImGui::ColorButton
4827 bool hovered, held; local in function:ImGui::TreeNodeBehavior
5076 bool hovered, held; local in function:ImGui::Selectable
5271 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::PlotEx
5637 const bool hovered = enabled && ItemHoverable(window->DC.LastItemRect, id); local in function:ImGui::BeginMenu
6453 bool hovered, held; local in function:ImGui::TabItemEx
[all...]
H A Dimgui.cpp3303 // Find the window hovered by mouse:
4725 bool hovered, held; local in function:ImGui::UpdateManualResize
4726 ButtonBehavior(resize_rect, window->GetID((void*)(intptr_t)resize_grip_n), &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus);
4728 if (hovered || held)
4744 if (resize_grip_n == 0 || held || hovered)
4745 resize_grip_col[resize_grip_n] = GetColorU32(held ? ImGuiCol_ResizeGripActive : hovered ? ImGuiCol_ResizeGripHovered : ImGuiCol_ResizeGrip);
4749 bool hovered, held; local in function:ImGui::UpdateManualResize
4751 ButtonBehavior(border_rect, window->GetID((void*)(intptr_t)(border_n + 4)), &hovered, &held, ImGuiButtonFlags_FlattenChildren);
4753 if ((hovered && g.HoveredIdTimer > WINDOWS_RESIZE_FROM_EDGES_FEEDBACK_TIMER) || held)
8418 bool hovered local in function:ImGui::EndColumns
[all...]
H A Dimgui_demo.cpp128 // Helper to display a little (?) mark which shows a tooltip when hovered.
1532 // Calling IsItemHovered() after begin returns the hovered status of the title bar.
1545 "IsItemHovered() after begin = %d (== is title bar hovered)\n"
1737 //if (ImGui::IsItemHovered()) ImGui::SetTooltip("ListBox %d hovered", i);
1855 ImGui::SetTooltip("First group hovered");
2305 bool hovered = ImGui::IsItemHovered(); local in function:ShowDemoWindowColumns
2309 ImGui::Text("%d", hovered); ImGui::NextColumn();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp415 bool hovered = ItemHoverable(bb, id); local in function:ImGui::ButtonBehavior
417 // Drag source doesn't report as hovered
418 if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoDisableHover))
419 hovered = false;
425 hovered = true;
438 if (hovered && (flags & ImGuiButtonFlags_AllowItemOverlap) && (g.HoveredIdPreviousFrame != id && g.HoveredIdPreviousFrame != 0))
439 hovered = false;
442 if (hovered)
486 // We report navigated item as hovered but we don't set g.HoveredId to not interfere with mouse.
488 hovered
567 bool hovered, held; local in function:ImGui::ButtonEx
620 bool hovered, held; local in function:ImGui::InvisibleButton
643 bool hovered, held; local in function:ImGui::ArrowButtonEx
672 bool hovered, held; local in function:ImGui::CloseButton
698 bool hovered, held; local in function:ImGui::CollapseButton
782 bool hovered = false; local in function:ImGui::Scrollbar
892 bool hovered, held; local in function:ImGui::ImageButton
924 bool hovered, held; local in function:ImGui::Checkbox
989 bool hovered, held; local in function:ImGui::RadioButton
1219 bool hovered, held; local in function:ImGui::SplitterBehavior
1305 bool hovered, held; local in function:ImGui::BeginCombo
1883 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::DragScalar
2327 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::SliderScalar
2478 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::VSliderScalar
3183 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::InputTextEx
4428 bool hovered, held; local in function:ImGui::ColorButton
4827 bool hovered, held; local in function:ImGui::TreeNodeBehavior
5076 bool hovered, held; local in function:ImGui::Selectable
5271 const bool hovered = ItemHoverable(frame_bb, id); local in function:ImGui::PlotEx
5637 const bool hovered = enabled && ItemHoverable(window->DC.LastItemRect, id); local in function:ImGui::BeginMenu
6453 bool hovered, held; local in function:ImGui::TabItemEx
[all...]
H A Dimgui.cpp3303 // Find the window hovered by mouse:
4725 bool hovered, held; local in function:ImGui::UpdateManualResize
4726 ButtonBehavior(resize_rect, window->GetID((void*)(intptr_t)resize_grip_n), &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus);
4728 if (hovered || held)
4744 if (resize_grip_n == 0 || held || hovered)
4745 resize_grip_col[resize_grip_n] = GetColorU32(held ? ImGuiCol_ResizeGripActive : hovered ? ImGuiCol_ResizeGripHovered : ImGuiCol_ResizeGrip);
4749 bool hovered, held; local in function:ImGui::UpdateManualResize
4751 ButtonBehavior(border_rect, window->GetID((void*)(intptr_t)(border_n + 4)), &hovered, &held, ImGuiButtonFlags_FlattenChildren);
4753 if ((hovered && g.HoveredIdTimer > WINDOWS_RESIZE_FROM_EDGES_FEEDBACK_TIMER) || held)
8418 bool hovered local in function:ImGui::EndColumns
[all...]

Completed in 51 milliseconds