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

Method UpdateRenderRect

Source/DX11VideoProcessor.cpp:1157–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155}
1156
1157void CDX11VideoProcessor::UpdateRenderRect()
1158{
1159 m_renderRect.IntersectRect(m_videoRect, m_windowRect);
1160 UpdateScalingStrings();
1161}
1162
1163void CDX11VideoProcessor::UpdateScalingStrings()
1164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected