Searched refs:GrRectsOverlap (Results 1 – 2 of 2) sorted by relevance
74 static inline bool GrRectsOverlap(const SkRect& a, const SkRect& b) { in GrRectsOverlap() function
38 inline bool can_reorder(const SkRect& a, const SkRect& b) { return !GrRectsOverlap(a, b); } in can_reorder()