/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 | 992 cpus_present.IntersectWith(cpus_possible); in WriteCPUInformation()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer_win.cc | 98 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()
|
D | desktop_region.h | 118 void IntersectWith(const DesktopRegion& region); 121 void IntersectWith(const DesktopRect& rect);
|
D | desktop_geometry.cc | 27 void DesktopRect::IntersectWith(const DesktopRect& rect) { in IntersectWith() function in webrtc::DesktopRect
|
D | screen_capturer_helper.cc | 58 invalid_region->IntersectWith(DesktopRect::MakeSize(size_most_recent_)); in TakeInvalidRegion()
|
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 | 125 void IntersectWith(const DesktopRect& rect);
|
D | desktop_and_cursor_composer.cc | 87 target_rect.IntersectWith(DesktopRect::MakeSize(size())); in DesktopFrameWithCursor()
|
D | screen_capturer_mac.mm | 518 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);
|
D | screen_capturer_x11.cc | 347 updated_region->IntersectWith( in CaptureScreen()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_rendercontext.cpp | 57 if (rtWidgetBox.IntersectWith(m_rtClipRect)) in DoRender()
|
/external/pdfium/xfa/fde/ |
D | fde_render.cpp | 71 if (!rtDocClip.IntersectWith(pVisualSet->GetRect(*pPiece))) in DoRender()
|
D | cfde_txtedtpage.cpp | 157 if (!rtClip.IntersectWith(m_pTextSet->GetRect(piece))) in GetDisplayPos()
|
/external/llvm/unittests/ADT/ |
D | SparseBitVectorTest.cpp | 36 TEST(SparseBitVectorTest, IntersectWith) { in TEST() argument
|
/external/pdfium/xfa/fwl/ |
D | cfwl_widgetmgr.cpp | 522 if (!rtWidget.IntersectWith(rtDirty)) in IsNeedRepaint() 560 if (!bChildIntersectWithDirty && r.IntersectWith(rtDirty)) in IsNeedRepaint()
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 383 bool IntersectWith(const RectType& rt) const { in IntersectWith() function 388 bool IntersectWith(const RectType& rt, FX_FLOAT fEpsilon) const { in IntersectWith() function
|
/external/mesa3d/src/hgl/ |
D | GLView.cpp | 434 region.IntersectWith(&boundsRegion); in _CallDirectConnected()
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | ConstantRangeTest.cpp | 214 TEST_F(ConstantRangeTest, IntersectWith) { in TEST_F() argument
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 225 TEST_F(ConstantRangeTest, IntersectWith) { in TEST_F() argument
|