| 110 | } |
| 111 | |
| 112 | bool CVideoProcessor::CheckGraphPlacement() |
| 113 | { |
| 114 | return m_GraphRect.left >= 0 && m_GraphRect.top >= 0 |
| 115 | && !(m_GraphRect.left < m_StatsRect.right && m_GraphRect.top < m_StatsRect.bottom); |
| 116 | } |
| 117 | |
| 118 | void CVideoProcessor::CalcGraphParams() |
| 119 | { |
nothing calls this directly
no outgoing calls
no test coverage detected