Searched refs:GetTL (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h494 ImVec2 GetTL() const { return Min; } // Top-left function in struct:ImRect
H A Dimgui_widgets.cpp5653 ImVec2 tb = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetTL() : next_window_rect.GetTR();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h494 ImVec2 GetTL() const { return Min; } // Top-left function in struct:ImRect
H A Dimgui_widgets.cpp5653 ImVec2 tb = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetTL() : next_window_rect.GetTR();

Completed in 34 milliseconds