HomeSort by relevance Sort by last modified time
    Searched refs:GrRectsOverlap (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrRect.h 59 static inline bool GrRectsOverlap(const SkRect& a, const SkRect& b) {
GrRenderTargetOpList.cpp 229 static inline bool can_reorder(const SkRect& a, const SkRect& b) { return !GrRectsOverlap(a, b); }

Completed in 71 milliseconds