Searched defs:Intersects (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsBounds.h15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) { function in struct:SkPathOpsBounds
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dbounds.py58 def Intersects(self, other): member in class:Bounds
/external/skia/src/pathops/
H A DSkPathOpsBounds.h15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) { function in struct:SkPathOpsBounds
/external/chromium_org/cc/base/
H A Dregion.cc69 bool Region::Intersects(const gfx::Rect& rect) const { function in class:cc::Region
73 bool Region::Intersects(const Region& region) const { function in class:cc::Region
H A Dsimple_enclosed_region.h50 bool Intersects(const gfx::Rect& rect) const { function in class:cc::SimpleEnclosedRegion
51 return rect_.Intersects(rect);
53 bool Intersects(const SimpleEnclosedRegion& region) const { function in class:cc::SimpleEnclosedRegion
54 return rect_.Intersects(region.rect_);
/external/chromium_org/ui/gfx/range/
H A Drange.cc60 bool Range::Intersects(const Range& range) const { function in class:gfx::Range
/external/chromium_org/ppapi/cpp/
H A Drect.cc48 bool Rect::Intersects(const Rect& rect) const { function in class:pp::Rect
82 if (!Intersects(rect))
152 bool FloatRect::Intersects(const FloatRect& rect) const { function in class:pp::FloatRect
186 if (!Intersects(rect))
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring_controller.cc116 if (Intersects(rects[i], regions[j].bounds)) {
135 if (Intersects(regions[i].bounds, regions[j].bounds)) {
277 bool AccessibilityFocusRingController::Intersects( function in class:chromeos::AccessibilityFocusRingController
/external/chromium_org/ui/gfx/geometry/
H A Drect_base_impl.h152 Intersects(const Class& rect) const { function in class:gfx::RectBase
213 if (!Intersects(rect))
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc51 bool Intersects(int x1, int max_1, int x2, int max_2) { function in namespace:ash::__anon2090
331 Intersects(other->bounds().x(), other->bounds().right(),
338 Intersects(other->bounds().y(), other->bounds().bottom(),

Completed in 1175 milliseconds