Lines Matching refs:Rectangle
79 rMon.m_aArea = Rectangle( Point( aInfo.rcMonitor.left, in handleMonitorCallback()
83 rMon.m_aWorkArea = Rectangle( Point( aInfo.rcWork.left, in handleMonitorCallback()
127 Rectangle( Point(), Size( w, h ) ), in initMonitors()
128 Rectangle( Point(), Size( w, h ) ), in initMonitors()
134 m_aMonitors.back().m_aWorkArea = Rectangle( aWorkRect.left, aWorkRect.top, in initMonitors()
159 Rectangle(), in initMonitors()
160 Rectangle(), in initMonitors()
192 Rectangle( Point(), Size( w, h ) ), in initMonitors()
193 Rectangle( Point(), Size( w, h ) ), in initMonitors()
199 m_aMonitors.back().m_aWorkArea = Rectangle( aWorkRect.left, aWorkRect.top, in initMonitors()
223 Rectangle WinSalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen ) in GetDisplayScreenPosSizePixel()
226 return (nScreen < m_aMonitors.size()) ? m_aMonitors[nScreen].m_aArea : Rectangle(); in GetDisplayScreenPosSizePixel()
229 Rectangle WinSalSystem::GetDisplayWorkAreaPosSizePixel( unsigned int nScreen ) in GetDisplayWorkAreaPosSizePixel()
232 return (nScreen < m_aMonitors.size()) ? m_aMonitors[nScreen].m_aWorkArea : Rectangle(); in GetDisplayWorkAreaPosSizePixel()