Home
last modified time | relevance | path

Searched refs:IntersectWith (Results 1 – 25 of 32) 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
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc264 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()
Dcropped_desktop_frame.cc40 intersection.IntersectWith(rect); in CreateCroppedDesktopFrame()
62 mutable_updated_region()->IntersectWith(rect); in CroppedDesktopFrame()
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()
Dscreen_capturer_helper.cc45 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.cc87 intersection_rect.IntersectWith(rect()); in CopyIntersectingPixelsFrom()
Ddesktop_capturer_differ_wrapper.cc120 rect.IntersectWith(DesktopRect::MakeSize(old_frame.size())); in CompareFrames()
Ddesktop_capturer_differ_wrapper_unittest.cc62 intersect.IntersectWith(frame.updated_region()); in AssertUpdatedRegionCovers()
Ddesktop_and_cursor_composer.cc104 cursor_rect_.IntersectWith(DesktopRect::MakeSize(size())); in DesktopFrameWithCursor()
Dscreen_capturer_integration_test.cc57 updated_region.IntersectWith(rect); in ArePixelsColoredBy()
/external/cronet/net/base/
Dinterval.h153 bool IntersectWith(const Interval& i);
218 bool Interval<T>::IntersectWith(const Interval& i) { in IntersectWith() function
Dinterval_test.cc35 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/
Dquic_interval.h153 bool IntersectWith(const QuicInterval& i);
255 bool QuicInterval<T>::IntersectWith(const QuicInterval& i) { in IntersectWith() function
Dquic_interval_test.cc108 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/
Dscreen_capturer_x11.cc220 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/
Dquic_tcp_like_trace_converter.cc56 retransmission.IntersectWith(segment.stream_data); in OnFrameSent()
/external/llvm/unittests/ADT/
DSparseBitVectorTest.cpp36 TEST(SparseBitVectorTest, IntersectWith) { in TEST() argument
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.mm338 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/
Dfx_coordinates.h416 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/
Dcpdfxfa_page.cpp312 if (rtWidgetBox.IntersectWith(rectClip)) in DrawFocusAnnot()

12