Home
last modified time | relevance | path

Searched refs:GrRectsOverlap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrRect.h74 static inline bool GrRectsOverlap(const SkRect& a, const SkRect& b) { in GrRectsOverlap() function
/third_party/skia/src/gpu/ops/
DOpsTask.cpp38 inline bool can_reorder(const SkRect& a, const SkRect& b) { return !GrRectsOverlap(a, b); } in can_reorder()