| 971 | } |
| 972 | |
| 973 | void CDX9VideoProcessor::UpdateRenderRect() |
| 974 | { |
| 975 | m_renderRect.IntersectRect(m_videoRect, m_windowRect); |
| 976 | UpdateScalingStrings(); |
| 977 | } |
| 978 | |
| 979 | void CDX9VideoProcessor::UpdateScalingStrings() |
| 980 | { |
nothing calls this directly
no outgoing calls
no test coverage detected