Searched refs:window_rect_ (Results 1 – 2 of 2) sorted by relevance
27 window_rect_(), function38 GetWindowRect(window_rect_);92 window_width_ = window_rect_.right - window_rect_.left;93 window_height_ = window_rect_.bottom - window_rect_.top;178 if (GetWindowRect(window_rect_) == -1) {182 if (window_width_ != (window_rect_.right - window_rect_.left) ||183 window_height_ != (window_rect_.bottom - window_rect_.top)) {184 window_width_ = window_rect_.right - window_rect_.left;185 window_height_ = window_rect_.bottom - window_rect_.top;
71 Rect window_rect_; variable