HomeSort by relevance Sort by last modified time
    Searched defs:IntersectWith (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_geometry.cc 27 void DesktopRect::IntersectWith(const DesktopRect& rect) {
desktop_region.cc 263 void DesktopRegion::IntersectWith(const DesktopRegion& region) {
269 void DesktopRegion::IntersectWith(const DesktopRect& rect) {
272 IntersectWith(region);
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 498 FX_BOOL IntersectWith(const FXT_RECT &rt) const
504 FX_BOOL IntersectWith(const FXT_RECT &rt, FX_FLOAT fEpsilon) const

Completed in 230 milliseconds