| 1155 | } |
| 1156 | |
| 1157 | void CDX11VideoProcessor::UpdateRenderRect() |
| 1158 | { |
| 1159 | m_renderRect.IntersectRect(m_videoRect, m_windowRect); |
| 1160 | UpdateScalingStrings(); |
| 1161 | } |
| 1162 | |
| 1163 | void CDX11VideoProcessor::UpdateScalingStrings() |
| 1164 | { |
nothing calls this directly
no outgoing calls
no test coverage detected