Searched refs:GrRectsOverlap (Results 1 – 5 of 5) sorted by relevance
60 static inline bool GrRectsOverlap(const SkRect& a, const SkRect& b) { in GrRectsOverlap() function
35 static inline bool can_reorder(const SkRect& a, const SkRect& b) { return !GrRectsOverlap(a, b); } in can_reorder()
74 static inline bool GrRectsOverlap(const SkRect& a, const SkRect& b) { in GrRectsOverlap() function
185 if (GrRectsOverlap(op->bounds(), other->bounds())) { in addDrawOp()
41 static inline bool can_reorder(const SkRect& a, const SkRect& b) { return !GrRectsOverlap(a, b); } in can_reorder()