Searched refs:IntersectWith (Results 1 - 19 of 19) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dcpu_set_unittest.cc117 TEST(CpuSetTest, IntersectWith) {
130 set1.IntersectWith(set2);
142 set1.IntersectWith(set1);
159 set1.IntersectWith(set2);
H A Dcpu_set.h113 void IntersectWith(const CpuSet& other) { function in class:google_breakpad::CpuSet
H A Dminidump_writer.cc992 cpus_present.IntersectWith(cpus_possible);
/external/webrtc/webrtc/modules/desktop_capture/
H A Dcropping_window_capturer_win.cc98 intersect_rect.IntersectWith(enumerated_desktop_rect);
183 context.selected_window_rect.IntersectWith(rgn_rect);
201 window_rect.IntersectWith(window_region_rect_);
205 window_rect.IntersectWith(screen_rect);
H A Ddesktop_geometry.cc27 void DesktopRect::IntersectWith(const DesktopRect& rect) { function in class:webrtc::DesktopRect
H A Ddesktop_region.h118 void IntersectWith(const DesktopRegion& region);
121 void IntersectWith(const DesktopRect& rect);
H A Dscreen_capturer_helper.cc58 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_));
H A Ddesktop_and_cursor_composer.cc87 target_rect.IntersectWith(DesktopRect::MakeSize(size()));
H A Ddesktop_geometry.h125 void IntersectWith(const DesktopRect& rect);
H A 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);
H A Ddesktop_region.cc263 void DesktopRegion::IntersectWith(const DesktopRegion& region) { function in class:webrtc::DesktopRegion
269 void DesktopRegion::IntersectWith(const DesktopRect& rect) { function in class:webrtc::DesktopRegion
272 IntersectWith(region);
H A Dscreen_capturer_x11.cc347 updated_region->IntersectWith(
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_rendercontext.cpp58 if (rtWidgetBox.IntersectWith(m_rtClipRect)) {
/external/llvm/unittests/ADT/
H A DSparseBitVectorTest.cpp36 TEST(SparseBitVectorTest, IntersectWith) {
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_render.cpp129 if (!rtDocClip.IntersectWith(rtObj)) {
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h395 FX_BOOL IntersectWith(const FXT_RECT& rt) const { function in class:CFX_RTemplate
400 FX_BOOL IntersectWith(const FXT_RECT& rt, FX_FLOAT fEpsilon) const { function in class:CFX_RTemplate
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_widgetmgrimp.cpp885 if (!rtWidget.IntersectWith(rtDirty)) {
941 if (!bChildIntersectWithDirty && r.IntersectWith(rtDirty)) {
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtpage.cpp301 if (!rtClip.IntersectWith(rtObj)) {
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp225 TEST_F(ConstantRangeTest, IntersectWith) {

Completed in 349 milliseconds