Searched refs:SkFitsInFixed (Results 1 – 4 of 4) sorted by relevance
53 return SkFitsInFixed(r.fLeft) && SkFitsInFixed(r.fTop) && in FitsInFixed()54 SkFitsInFixed(r.fRight) && SkFitsInFixed(r.fBottom); in FitsInFixed()
247 template <typename T> static inline bool SkFitsInFixed(T x) { in SkFitsInFixed() function