Searched refs:GetWindowPos (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_urb.h38 const ImVec2 window_pos = ImGui::GetWindowPos();
H A Daubinator_viewer.cpp1093 window->position = ImGui::GetWindowPos();
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_urb.h38 const ImVec2 window_pos = ImGui::GetWindowPos();
H A Daubinator_viewer.cpp1091 window->position = ImGui::GetWindowPos();
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h267 ImVec2 window_pos = ImGui::GetWindowPos();
H A Dimgui.h260 IMGUI_API ImVec2 GetWindowPos(); // get current window position in screen space (useful if you want to do your own drawing via the DrawList API)
342 IMGUI_API void SetCursorPosX(float local_x); // GetWindowPos() + GetCursorPos() == GetCursorScreenPos() etc.)
H A Dimgui_demo.cpp1751 float window_visible_x2 = ImGui::GetWindowPos().x + ImGui::GetWindowContentRegionMax().x;
H A Dimgui.cpp6027 ImVec2 ImGui::GetWindowPos() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h269 ImVec2 window_pos = ImGui::GetWindowPos();
H A Dimgui.h260 IMGUI_API ImVec2 GetWindowPos(); // get current window position in screen space (useful if you want to do your own drawing via the DrawList API)
342 IMGUI_API void SetCursorPosX(float local_x); // GetWindowPos() + GetCursorPos() == GetCursorScreenPos() etc.)
H A Dimgui.cpp6027 ImVec2 ImGui::GetWindowPos() function in class:ImGui

Completed in 64 milliseconds