Searched defs:Intersects (Results 1 – 3 of 3) sorted by relevance
203 static bool Intersects(const SkIRect& a, const SkIRect& b) { in Intersects() function360 static bool Intersects(const SkRect& a, const SkRect& b) { in Intersects() function
152 bool Rect::Intersects(const Rect& rect) const { in Intersects() function in gfx::Rect
40 TEST(RectTest, Intersects) { in TEST() argument