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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h497 ImVec2 GetBR() const { return Max; } // Bottom-right function in struct:ImRect
H A Dimgui_widgets.cpp5654 ImVec2 tc = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetBL() : next_window_rect.GetBR();
H A Dimgui.cpp5263 window->DrawList->AddLine(menu_bar_rect.GetBL(), menu_bar_rect.GetBR(), GetColorU32(ImGuiCol_Border), style.FrameBorderSize);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h497 ImVec2 GetBR() const { return Max; } // Bottom-right function in struct:ImRect
H A Dimgui_widgets.cpp5654 ImVec2 tc = (window->Pos.x < next_window->Pos.x) ? next_window_rect.GetBL() : next_window_rect.GetBR();
H A Dimgui.cpp5263 window->DrawList->AddLine(menu_bar_rect.GetBL(), menu_bar_rect.GetBR(), GetColorU32(ImGuiCol_Border), style.FrameBorderSize);

Completed in 66 milliseconds