Lines Matching refs:posRect
498 RECT posRect; in RunFileDlgThread() local
500 m_StartButton.GetWindowRect(&posRect); in RunFileDlgThread()
506 posRect.left, in RunFileDlgThread()
507 posRect.top, in RunFileDlgThread()
508 posRect.right - posRect.left, in RunFileDlgThread()
509 posRect.bottom - posRect.top, in RunFileDlgThread()
557 RECT posRect; in TrayPropertiesThread() local
559 m_StartButton.GetWindowRect(&posRect); in TrayPropertiesThread()
564 posRect.left, in TrayPropertiesThread()
565 posRect.top, in TrayPropertiesThread()
566 posRect.right - posRect.left, in TrayPropertiesThread()
567 posRect.bottom - posRect.top, in TrayPropertiesThread()