Searched refs:join_no_empty_check (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.cpp15 static inline void join_no_empty_check(const SkIRect& joinWith, SkIRect* out);
211 join_no_empty_check(branch->fBounds, &expandedBounds);
239 join_no_empty_check(n->child(i)->fBounds, &r);
276 join_no_empty_check(children[l].fBounds, &r1);
279 join_no_empty_check(children[l].fBounds, &r2);
477 join_no_empty_check(rect1, &rect2);
482 static inline void join_no_empty_check(const SkIRect& joinWith, SkIRect* out) { function
/external/skia/src/core/
H A DSkRTree.cpp15 static inline void join_no_empty_check(const SkIRect& joinWith, SkIRect* out);
204 join_no_empty_check(branch->fBounds, &expandedBounds);
232 join_no_empty_check(n->child(i)->fBounds, &r);
269 join_no_empty_check(children[l].fBounds, &r1);
272 join_no_empty_check(children[l].fBounds, &r2);
470 join_no_empty_check(rect1, &rect2);
475 static inline void join_no_empty_check(const SkIRect& joinWith, SkIRect* out) { function

Completed in 468 milliseconds