Home
last modified time | relevance | path

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

/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.cc992 cpus_present.IntersectWith(cpus_possible); in WriteCPUInformation()
/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc98 intersect_rect.IntersectWith(enumerated_desktop_rect); in TopWindowVerifier()
183 context.selected_window_rect.IntersectWith(rgn_rect); in ShouldUseScreenCapturer()
201 window_rect.IntersectWith(window_region_rect_); in GetWindowRectInVirtualScreen()
205 window_rect.IntersectWith(screen_rect); in GetWindowRectInVirtualScreen()
Ddesktop_region.h118 void IntersectWith(const DesktopRegion& region);
121 void IntersectWith(const DesktopRect& rect);
Ddesktop_geometry.cc27 void DesktopRect::IntersectWith(const DesktopRect& rect) { in IntersectWith() function in webrtc::DesktopRect
Dscreen_capturer_helper.cc58 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_)); in TakeInvalidRegion()
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.h125 void IntersectWith(const DesktopRect& rect);
Ddesktop_and_cursor_composer.cc87 target_rect.IntersectWith(DesktopRect::MakeSize(size())); in DesktopFrameWithCursor()
Dscreen_capturer_mac.mm518 copy_rect.IntersectWith(clip_rect);
548 copy_rect.IntersectWith(clip_rect);
615 copy_region.IntersectWith(display_bounds);
687 copy_region.IntersectWith(display_bounds);
701 excluded_window_bounds.IntersectWith(display_config.pixel_bounds);
Dscreen_capturer_x11.cc347 updated_region->IntersectWith( in CaptureScreen()
/external/pdfium/xfa/fxfa/
Dcxfa_rendercontext.cpp32 if (rtWidgetBox.IntersectWith(m_rtClipRect)) in DoRender()
/external/llvm/unittests/ADT/
DSparseBitVectorTest.cpp36 TEST(SparseBitVectorTest, IntersectWith) { in TEST() argument
/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.cpp516 if (!rtWidget.IntersectWith(rtDirty)) in IsNeedRepaint()
554 if (!bChildIntersectWithDirty && r.IntersectWith(rtDirty)) in IsNeedRepaint()
Dcfwl_edit.cpp556 if (!rtDocClip.IntersectWith(info.rtPiece)) in RenderText()
/external/pdfium/core/fxcrt/
Dfx_coordinates.h552 bool IntersectWith(const RectType& rt) const { in IntersectWith() function
557 bool IntersectWith(const RectType& rt, float fEpsilon) const { in IntersectWith() function
/external/mesa3d/src/hgl/
DGLView.cpp434 region.IntersectWith(&boundsRegion); in _CallDirectConnected()
/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp214 TEST_F(ConstantRangeTest, IntersectWith) { in TEST_F() argument
/external/llvm/unittests/IR/
DConstantRangeTest.cpp225 TEST_F(ConstantRangeTest, IntersectWith) { in TEST_F() argument