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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h495 ImVec2 GetTR() const { return ImVec2(Max.x, Min.y); } // Top-right 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();
H A Dimgui.cpp5384 if (CloseButton(window->GetID("#CLOSE"), window->Rect().GetTR() + ImVec2(-pad - rad, pad + rad), rad + 1))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h495 ImVec2 GetTR() const { return ImVec2(Max.x, Min.y); } // Top-right 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();
H A Dimgui.cpp5384 if (CloseButton(window->GetID("#CLOSE"), window->Rect().GetTR() + ImVec2(-pad - rad, pad + rad), rad + 1))

Completed in 233 milliseconds