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

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_urb.h39 const ImVec2 mouse_pos = ImGui::GetMousePos(); local in function:AubinatorViewerUrb::DrawAllocation
64 hovered = _Hovered(mouse_pos, window_hovered, alloc_tl, alloc_br);
77 hovered = _Hovered(mouse_pos, window_hovered, const_tl, const_br);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_urb.h39 const ImVec2 mouse_pos = ImGui::GetMousePos(); local in function:AubinatorViewerUrb::DrawAllocation
64 hovered = _Hovered(mouse_pos, window_hovered, alloc_tl, alloc_br);
77 hovered = _Hovered(mouse_pos, window_hovered, const_tl, const_br);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h655 IMGUI_API bool IsMousePosValid(const ImVec2* mouse_pos = NULL); //
H A Dimgui.cpp4153 bool ImGui::IsMousePosValid(const ImVec2* mouse_pos) argument
4159 ImVec2 p = mouse_pos ? *mouse_pos : GImGui->IO.MousePos;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h655 IMGUI_API bool IsMousePosValid(const ImVec2* mouse_pos = NULL); //
H A Dimgui.cpp4153 bool ImGui::IsMousePosValid(const ImVec2* mouse_pos) argument
4159 ImVec2 p = mouse_pos ? *mouse_pos : GImGui->IO.MousePos;

Completed in 47 milliseconds