Home
last modified time | relevance | path

Searched defs:Intersects (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkRect.h203 static bool Intersects(const SkIRect& a, const SkIRect& b) { in Intersects() function
360 static bool Intersects(const SkRect& a, const SkRect& b) { in Intersects() function
/external/chromium/base/gfx/
Drect.cc152 bool Rect::Intersects(const Rect& rect) const { in Intersects() function in gfx::Rect
Drect_unittest.cc40 TEST(RectTest, Intersects) { in TEST() argument