/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
|
/external/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer_win.cc | 264 window_region_rect_.IntersectWith(region_rect); in ShouldUseScreenCapturer() 265 content_rect.IntersectWith(region_rect); in ShouldUseScreenCapturer() 295 window_rect.IntersectWith(window_region_rect_); in GetWindowRectInVirtualScreen() 299 window_rect.IntersectWith(screen_rect); in GetWindowRectInVirtualScreen()
|
D | cropped_desktop_frame.cc | 40 intersection.IntersectWith(rect); in CreateCroppedDesktopFrame() 62 mutable_updated_region()->IntersectWith(rect); in CroppedDesktopFrame()
|
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 | screen_capturer_helper.cc | 45 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 | 87 intersection_rect.IntersectWith(rect()); in CopyIntersectingPixelsFrom()
|
D | desktop_capturer_differ_wrapper.cc | 120 rect.IntersectWith(DesktopRect::MakeSize(old_frame.size())); in CompareFrames()
|
D | desktop_capturer_differ_wrapper_unittest.cc | 62 intersect.IntersectWith(frame.updated_region()); in AssertUpdatedRegionCovers()
|
D | desktop_and_cursor_composer.cc | 104 cursor_rect_.IntersectWith(DesktopRect::MakeSize(size())); in DesktopFrameWithCursor()
|
D | screen_capturer_integration_test.cc | 57 updated_region.IntersectWith(rect); in ArePixelsColoredBy()
|
/external/cronet/net/base/ |
D | interval.h | 153 bool IntersectWith(const Interval& i); 218 bool Interval<T>::IntersectWith(const Interval& i) { in IntersectWith() function
|
D | interval_test.cc | 35 EXPECT_TRUE(i.IntersectWith(i2) == changes_i1 && i.Equals(result)); in TestIntersect() 37 EXPECT_TRUE(i.IntersectWith(i1) == changes_i2 && i.Equals(result)); in TestIntersect()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_interval.h | 153 bool IntersectWith(const QuicInterval& i); 255 bool QuicInterval<T>::IntersectWith(const QuicInterval& i) { in IntersectWith() function
|
D | quic_interval_test.cc | 108 EXPECT_TRUE(i.IntersectWith(i2) == changes_i1 && i == result); in TestIntersect() 110 EXPECT_TRUE(i.IntersectWith(i1) == changes_i2 && i == result); in TestIntersect()
|
/external/webrtc/modules/desktop_capture/linux/x11/ |
D | screen_capturer_x11.cc | 220 selected_monitor_rect_.IntersectWith(pixel_buffer_rect); in UpdateMonitors() 337 selected_monitor_rect_.IntersectWith(pixel_buffer_rect); in SelectSource()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/ |
D | quic_tcp_like_trace_converter.cc | 56 retransmission.IntersectWith(segment.stream_data); in OnFrameSent()
|
/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 | 338 copy_region.IntersectWith(display_bounds); 350 excluded_window_bounds.IntersectWith(display_config.pixel_bounds); 372 copy_region.IntersectWith(frame_source->rect()); 399 rect_to_copy.IntersectWith(DesktopRect::MakeWH(CGImageGetWidth(excluded_image.get()),
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 416 bool IntersectWith(const CFX_RectF& rt) const { in IntersectWith() function 421 bool IntersectWith(const CFX_RectF& rt, float fEpsilon) const { in IntersectWith() function
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_page.cpp | 312 if (rtWidgetBox.IntersectWith(rectClip)) in DrawFocusAnnot()
|