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

Method CheckGraphPlacement

Source/VideoProcessor.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool 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
118void CVideoProcessor::CalcGraphParams()
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected