Searched refs:_currentParentWindowBounds (Results 1 – 2 of 2) sorted by relevance
381 _currentParentWindowBounds( ), in VideoRenderAGL()498 _currentParentWindowBounds( ), in VideoRenderAGL()1230 _currentParentWindowBounds.top = contentBounds.top; in ParentWindowResized()1231 _currentParentWindowBounds.left = contentBounds.left; in ParentWindowResized()1232 _currentParentWindowBounds.bottom = contentBounds.bottom; in ParentWindowResized()1233 _currentParentWindowBounds.right = contentBounds.right; in ParentWindowResized()1235 _currentParentWindowWidth = _currentParentWindowBounds.right - _currentParentWindowBounds.left; in ParentWindowResized()1236 _currentParentWindowHeight = _currentParentWindowBounds.bottom - _currentParentWindowBounds.top; in ParentWindowResized()
158 Rect _currentParentWindowBounds; variable