Searched refs:IntersectRects (Results 1 – 5 of 5) sorted by relevance
214 GFX_EXPORT RectF IntersectRects(const RectF& a, const RectF& b);
233 RectF IntersectRects(const RectF& a, const RectF& b) { in IntersectRects() function
319 Rect IntersectRects(const Rect& a, const Rect& b) { in IntersectRects() function
256 GFX_EXPORT Rect IntersectRects(const Rect& a, const Rect& b);
119 Rect ir = IntersectRects(r1, r2); in TEST()