Searched refs:mutable_updated_region (Results 1 – 16 of 16) sorted by relevance
39 frame->mutable_updated_region()->Clear(); in SetUpdatedRegion()48 frame->mutable_updated_region()->AddRect(rect); in SetUpdatedRegion()58 frame->mutable_updated_region()->AddRect( in SetUpdatedRegion()128 frame->mutable_updated_region()->SetRect( in GetNextFrame()
60 mutable_updated_region()->IntersectWith(rect); in CroppedDesktopFrame()61 mutable_updated_region()->Translate(-rect.left(), -rect.top()); in CroppedDesktopFrame()
134 *mutable_updated_region() = other.updated_region(); in CopyFrameInfoFrom()143 mutable_updated_region()->Swap(other->mutable_updated_region()); in MoveFrameInfoFrom()
209 hints.Swap(frame->mutable_updated_region()); in OnCaptureResult()212 frame->mutable_updated_region()); in OnCaptureResult()215 frame->mutable_updated_region()->SetRect( in OnCaptureResult()
107 mutable_updated_region()->AddRect(cursor_rect_); in DesktopFrameWithCursor()108 mutable_updated_region()->AddRect(previous_cursor_rect); in DesktopFrameWithCursor()110 mutable_updated_region()->AddRect(cursor_rect_); in DesktopFrameWithCursor()
337 target.mutable_updated_region()->Subtract( in TEST()358 target.mutable_updated_region()->Subtract( in TEST()381 target.mutable_updated_region()->Subtract( in TEST()404 target.mutable_updated_region()->Subtract( in TEST()
68 DesktopRegion* mutable_updated_region() { return &updated_region_; } in mutable_updated_region() function
179 frame->mutable_updated_region()->SetRect(
211 target->mutable_updated_region()->AddRegion(updated_region); in Duplicate()230 target->mutable_updated_region()->AddRegion(updated_region); in Duplicate()
93 frame->mutable_updated_region()->SetRect( in CaptureFrame()
296 frame->mutable_updated_region()->SetRect( in CaptureFrame()
116 frame->mutable_updated_region()->SetRect( in CaptureFrame()
182 frame->frame()->mutable_updated_region()->Clear(); in DoDuplicate()
180 frame->mutable_updated_region()->SetRect( in CaptureFrame()
358 DesktopRegion* updated_region = frame->mutable_updated_region(); in CaptureScreen()
245 *new_frame->mutable_updated_region() = region;247 new_frame->mutable_updated_region()->AddRect(DesktopRect::MakeSize(new_frame->size()));