| 3424 | } |
| 3425 | |
| 3426 | void CDX11VideoProcessor::SetVideoRect(const CRect& videoRect) |
| 3427 | { |
| 3428 | m_videoRect = videoRect; |
| 3429 | UpdateRenderRect(); |
| 3430 | UpdateTexures(); |
| 3431 | } |
| 3432 | |
| 3433 | HRESULT CDX11VideoProcessor::SetWindowRect(const CRect& windowRect) |
| 3434 | { |
nothing calls this directly
no outgoing calls
no test coverage detected