Home | History | Annotate | Download | only in aura

Lines Matching defs:window_rect

81   RECT window_rect;
82 window_rect.left = bounds.x();
83 window_rect.top = bounds.y();
84 window_rect.right = bounds.right() ;
85 window_rect.bottom = bounds.bottom();
86 AdjustWindowRectEx(&window_rect,
93 window_rect.left,
94 window_rect.top,
95 window_rect.right - window_rect.left,
96 window_rect.bottom - window_rect.top,