/external/google-breakpad/src/client/linux/minidump_writer/ |
D | cpu_set_unittest.cc | 117 TEST(CpuSetTest, IntersectWith) { in TEST() argument 130 set1.IntersectWith(set2); in TEST() 142 set1.IntersectWith(set1); in TEST() 159 set1.IntersectWith(set2); in TEST()
|
D | cpu_set.h | 113 void IntersectWith(const CpuSet& other) { in IntersectWith() function
|
D | minidump_writer.cc | 1087 cpus_present.IntersectWith(cpus_possible); in WriteCPUInformation()
|
/external/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer_win.cc | 237 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()
|
D | desktop_region.h | 121 void IntersectWith(const DesktopRegion& region); 124 void IntersectWith(const DesktopRect& rect);
|
D | desktop_frame_generator.cc | 46 rect.IntersectWith(screen_rect); in SetUpdatedRegion() 85 region->IntersectWith(DesktopRect::MakeSize(frame->size())); in PaintRegion()
|
D | cropped_desktop_frame.cc | 60 mutable_updated_region()->IntersectWith(rect); in CroppedDesktopFrame()
|
D | screen_capturer_helper.cc | 51 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_)); in TakeInvalidRegion()
|
D | desktop_geometry.cc | 28 void DesktopRect::IntersectWith(const DesktopRect& rect) { in IntersectWith() function in webrtc::DesktopRect
|
D | desktop_region.cc | 263 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()
|
D | desktop_geometry.h | 133 void IntersectWith(const DesktopRect& rect);
|
D | desktop_frame.cc | 88 intersection_rect.IntersectWith(rect()); in CopyIntersectingPixelsFrom()
|
D | desktop_capturer_differ_wrapper.cc | 120 rect.IntersectWith(DesktopRect::MakeSize(old_frame.size())); in CompareFrames()
|
D | desktop_and_cursor_composer.cc | 104 cursor_rect_.IntersectWith(DesktopRect::MakeSize(size())); in DesktopFrameWithCursor()
|
D | desktop_capturer_differ_wrapper_unittest.cc | 62 intersect.IntersectWith(frame.updated_region()); in AssertUpdatedRegionCovers()
|
D | screen_capturer_integration_test.cc | 58 updated_region.IntersectWith(rect); in ArePixelsColoredBy()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_rendercontext.cpp | 28 if (rtWidgetBox.IntersectWith(m_rtClipRect)) in DoRender()
|
/external/llvm/unittests/ADT/ |
D | SparseBitVectorTest.cpp | 36 TEST(SparseBitVectorTest, IntersectWith) { in TEST() argument
|
/external/webrtc/modules/desktop_capture/mac/ |
D | screen_capturer_mac.mm | 337 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/ |
D | SparseBitVectorTest.cpp | 56 TEST(SparseBitVectorTest, IntersectWith) { in TEST() argument
|
/external/webrtc/modules/desktop_capture/win/ |
D | window_capture_utils.cc | 312 content_rect.IntersectWith(selected_window_rect); in AreWindowsOverlapping()
|
D | dxgi_output_duplicator.cc | 258 updated_region->IntersectWith(GetUntranslatedDesktopRect()); in DetectUpdatedRegion()
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 476 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/ |
D | screen_capturer_x11.cc | 377 updated_region->IntersectWith(selected_monitor_rect_); in CaptureScreen()
|
/external/mesa3d/src/hgl/ |
D | GLView.cpp | 434 region.IntersectWith(&boundsRegion); in _CallDirectConnected()
|