Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer_urb.h38 const ImVec2 window_pos = ImGui::GetWindowPos(); in DrawAllocation()
H A Daubinator_viewer.cpp1093 window->position = ImGui::GetWindowPos(); in display_windows()
/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h269 ImVec2 window_pos = ImGui::GetWindowPos(); in DrawContents()
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() in GetWindowPos() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h357 IMGUI_API ImVec2 GetWindowPos(); // get current window position in screen space (useful if you want to do your own drawing via the DrawList API)
453 IMGUI_API void SetCursorPosX(float local_x); // GetWindowPos() + GetCursorPos() == GetCursorScreenPos() etc.)
H A Dimgui_demo.cpp2620 float window_visible_x2 = ImGui::GetWindowPos().x + ImGui::GetWindowContentRegionMax().x; in ShowDemoWindowLayout()
7364 ImVec2 window_pos = ImGui::GetWindowPos();
H A Dimgui.cpp6820 ImVec2 ImGui::GetWindowPos() in GetWindowPos() function in ImGui

Completed in 72 milliseconds