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