MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / UpdateRenderRect

Method UpdateRenderRect

Source/DX9VideoProcessor.cpp:973–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973void CDX9VideoProcessor::UpdateRenderRect()
974{
975 m_renderRect.IntersectRect(m_videoRect, m_windowRect);
976 UpdateScalingStrings();
977}
978
979void CDX9VideoProcessor::UpdateScalingStrings()
980{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected