Searched refs:scrRect (Results 1 – 1 of 1) sorted by relevance
329 RECT wRect, scrRect; in ImplSalGetWorkArea() local331 scrRect.left = 0; in ImplSalGetWorkArea()332 scrRect.top = 0; in ImplSalGetWorkArea()333 scrRect.right = GetSystemMetrics( SM_CXSCREEN ); in ImplSalGetWorkArea()334 scrRect.bottom = GetSystemMetrics( SM_CYSCREEN ); in ImplSalGetWorkArea()338 pRect->right -= scrRect.right - wRect.right; in ImplSalGetWorkArea()339 pRect->bottom -= scrRect.bottom - wRect.bottom; in ImplSalGetWorkArea()
Completed in 97 milliseconds