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

  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 12 static inline uint32_t get_overlap(const SkIRect& rect1, const SkIRect& rect2);
211 overlap += get_overlap(expandedBounds, root->child(j)->fBounds);
276 int32_t overlap = get_overlap(r1, r2);
458 static inline uint32_t get_overlap(const SkIRect& rect1, const SkIRect& rect2) { function
  /external/skia/src/core/
SkRTree.cpp 12 static inline uint32_t get_overlap(const SkIRect& rect1, const SkIRect& rect2);
211 overlap += get_overlap(expandedBounds, root->child(j)->fBounds);
276 int32_t overlap = get_overlap(r1, r2);
458 static inline uint32_t get_overlap(const SkIRect& rect1, const SkIRect& rect2) { function

Completed in 656 milliseconds