Searched refs:cursor_rect_ (Results 1 – 1 of 1) sorted by relevance
75 DesktopRect cursor_rect() const { return cursor_rect_; } in cursor_rect()82 DesktopRect cursor_rect_; member in webrtc::__anon85f9f1f60111::DesktopFrameWithCursor101 cursor_rect_ = DesktopRect::MakeSize(cursor.image()->size()); in DesktopFrameWithCursor()102 cursor_rect_.Translate(image_pos); in DesktopFrameWithCursor()103 DesktopVector cursor_origin = cursor_rect_.top_left(); in DesktopFrameWithCursor()104 cursor_rect_.IntersectWith(DesktopRect::MakeSize(size())); in DesktopFrameWithCursor()106 if (!previous_cursor_rect.equals(cursor_rect_)) { in DesktopFrameWithCursor()107 mutable_updated_region()->AddRect(cursor_rect_); in DesktopFrameWithCursor()110 mutable_updated_region()->AddRect(cursor_rect_); in DesktopFrameWithCursor()113 if (cursor_rect_.is_empty()) in DesktopFrameWithCursor()[all …]