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

/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.cpp13 static inline uint32_t get_margin(const SkIRect& rect);
284 s += get_margin(r1) + get_margin(r2);
472 static inline uint32_t get_margin(const SkIRect& rect) { function
/external/skia/src/core/
H A DSkRTree.cpp13 static inline uint32_t get_margin(const SkIRect& rect);
277 s += get_margin(r1) + get_margin(r2);
465 static inline uint32_t get_margin(const SkIRect& rect) { function

Completed in 4851 milliseconds