Home
last modified time | relevance | path

Searched refs:IntersectWith (Results 1 – 25 of 28) sorted by relevance

12

/external/google-breakpad/src/client/linux/minidump_writer/
Dcpu_set_unittest.cc117 TEST(CpuSetTest, IntersectWith) { in TEST() argument
130 set1.IntersectWith(set2); in TEST()
142 set1.IntersectWith(set1); in TEST()
159 set1.IntersectWith(set2); in TEST()
Dcpu_set.h113 void IntersectWith(const CpuSet& other) { in IntersectWith() function
Dminidump_writer.cc1087 cpus_present.IntersectWith(cpus_possible); in WriteCPUInformation()
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc237 window_region_rect_.IntersectWith(region_rect); in ShouldUseScreenCapturer()
238 content_rect.IntersectWith(region_rect); in ShouldUseScreenCapturer()
268 window_rect.IntersectWith(window_region_rect_); in GetWindowRectInVirtualScreen()
272 window_rect.IntersectWith(screen_rect); in GetWindowRectInVirtualScreen()
Ddesktop_region.h121 void IntersectWith(const DesktopRegion& region);
124 void IntersectWith(const DesktopRect& rect);
Ddesktop_frame_generator.cc46 rect.IntersectWith(screen_rect); in SetUpdatedRegion()
85 region->IntersectWith(DesktopRect::MakeSize(frame->size())); in PaintRegion()
Dcropped_desktop_frame.cc60 mutable_updated_region()->IntersectWith(rect); in CroppedDesktopFrame()
Dscreen_capturer_helper.cc51 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_)); in TakeInvalidRegion()
Ddesktop_geometry.cc28 void DesktopRect::IntersectWith(const DesktopRect& rect) { in IntersectWith() function in webrtc::DesktopRect
Ddesktop_region.cc263 void DesktopRegion::IntersectWith(const DesktopRegion& region) { in IntersectWith() function in webrtc::DesktopRegion
269 void DesktopRegion::IntersectWith(const DesktopRect& rect) { in IntersectWith() function in webrtc::DesktopRegion
272 IntersectWith(region); in IntersectWith()
Ddesktop_geometry.h133 void IntersectWith(const DesktopRect& rect);
Ddesktop_frame.cc88 intersection_rect.IntersectWith(rect()); in CopyIntersectingPixelsFrom()
Ddesktop_capturer_differ_wrapper.cc120 rect.IntersectWith(DesktopRect::MakeSize(old_frame.size())); in CompareFrames()
Ddesktop_and_cursor_composer.cc104 cursor_rect_.IntersectWith(DesktopRect::MakeSize(size())); in DesktopFrameWithCursor()
Ddesktop_capturer_differ_wrapper_unittest.cc62 intersect.IntersectWith(frame.updated_region()); in AssertUpdatedRegionCovers()
Dscreen_capturer_integration_test.cc58 updated_region.IntersectWith(rect); in ArePixelsColoredBy()
/external/pdfium/xfa/fxfa/
Dcxfa_rendercontext.cpp28 if (rtWidgetBox.IntersectWith(m_rtClipRect)) in DoRender()
/external/llvm/unittests/ADT/
DSparseBitVectorTest.cpp36 TEST(SparseBitVectorTest, IntersectWith) { in TEST() argument
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.mm337 copy_region.IntersectWith(display_bounds);
349 excluded_window_bounds.IntersectWith(display_config.pixel_bounds);
371 copy_region.IntersectWith(frame_source->rect());
398 rect_to_copy.IntersectWith(DesktopRect::MakeWH(CGImageGetWidth(excluded_image.get()),
/external/llvm-project/llvm/unittests/ADT/
DSparseBitVectorTest.cpp56 TEST(SparseBitVectorTest, IntersectWith) { in TEST() argument
/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc312 content_rect.IntersectWith(selected_window_rect); in AreWindowsOverlapping()
Ddxgi_output_duplicator.cc258 updated_region->IntersectWith(GetUntranslatedDesktopRect()); in DetectUpdatedRegion()
/external/pdfium/core/fxcrt/
Dfx_coordinates.h476 bool IntersectWith(const CFX_RectF& rt) const { in IntersectWith() function
481 bool IntersectWith(const CFX_RectF& rt, float fEpsilon) const { in IntersectWith() function
/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_x11.cc377 updated_region->IntersectWith(selected_monitor_rect_); in CaptureScreen()
/external/mesa3d/src/hgl/
DGLView.cpp434 region.IntersectWith(&boundsRegion); in _CallDirectConnected()

12