Searched refs:AddRects (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.h110 void AddRects(const DesktopRect* rects, int count);
H A Ddesktop_region.cc36 AddRects(rects, count);
144 void DesktopRegion::AddRects(const DesktopRect* rects, int count) { function in class:webrtc::DesktopRegion
H A Ddesktop_region_unittest.cc301 r.AddRects(cases[i].input_rects, cases[i].input_count);
/external/chromium_org/remoting/codec/
H A Dcodec_test.cc108 void AddRects(const DesktopRect* rects, int count) { function in class:remoting::VideoDecoderTester
291 decoder_tester->AddRects(rects, count);
H A Dvideo_encoder_vpx.cc374 updated_region->AddRects(&aligned_rects[0], aligned_rects.size());

Completed in 113 milliseconds