HomeSort by relevance Sort by last modified time
    Searched refs:IntersectWith (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_geometry.cc 27 void DesktopRect::IntersectWith(const DesktopRect& rect) {
desktop_region.h 117 void IntersectWith(const DesktopRegion& region);
120 void IntersectWith(const DesktopRect& rect);
screen_capturer_helper.cc 58 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_));
desktop_and_cursor_composer.cc 87 target_rect.IntersectWith(DesktopRect::MakeSize(size()));
desktop_geometry.h 125 void IntersectWith(const DesktopRect& rect);
screen_capturer_mac.mm 593 copy_rect.IntersectWith(clip_rect);
623 copy_rect.IntersectWith(clip_rect);
690 copy_region.IntersectWith(display_bounds);
762 copy_region.IntersectWith(display_bounds);
776 excluded_window_bounds.IntersectWith(display_config.pixel_bounds);
    [all...]
desktop_region.cc 263 void DesktopRegion::IntersectWith(const DesktopRegion& region) {
269 void DesktopRegion::IntersectWith(const DesktopRect& rect) {
272 IntersectWith(region);
screen_capturer_x11.cc 422 updated_region->IntersectWith(
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 190 rect.IntersectWith(source_clip);
191 rect.IntersectWith(clip_area);
237 intersection.IntersectWith(updated_region_);
270 rect.IntersectWith(source_clip);
274 rect.IntersectWith(clip_area);
307 rect.IntersectWith(source_clip);
311 rect.IntersectWith(clip_area);
349 updated_region_.IntersectWith(*new_desktop_shape);
video_decoder_verbatim.cc 86 clip_rect.IntersectWith(clip_area);
95 rect.IntersectWith(clip_rect);
video_encoder_vpx.cc 379 updated_region->IntersectWith(
  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 160 clip_area_.IntersectWith(webrtc::DesktopRect::MakeSize(view_size_));
280 rect.IntersectWith(clip_area_);
  /external/chromium_org/remoting/base/
util.cc 291 intersection.IntersectWith(b);
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 224 TEST_F(ConstantRangeTest, IntersectWith) {
225 EXPECT_EQ(Empty.intersectWith(Full), Empty);
226 EXPECT_EQ(Empty.intersectWith(Empty), Empty);
227 EXPECT_EQ(Empty.intersectWith(One), Empty);
228 EXPECT_EQ(Empty.intersectWith(Some), Empty);
229 EXPECT_EQ(Empty.intersectWith(Wrap), Empty);
230 EXPECT_EQ(Full.intersectWith(Full), Full);
231 EXPECT_EQ(Some.intersectWith(Some), Some);
232 EXPECT_EQ(Some.intersectWith(One), One);
233 EXPECT_EQ(Full.intersectWith(One), One)
    [all...]

Completed in 180 milliseconds