Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkRectPriv.h53 return SkFitsInFixed(r.fLeft) && SkFitsInFixed(r.fTop) && in FitsInFixed()
54 SkFitsInFixed(r.fRight) && SkFitsInFixed(r.fBottom); in FitsInFixed()
H A DSkMathPriv.h316 template <typename T> static inline bool SkFitsInFixed(T x) { in SkFitsInFixed() function

Completed in 2 milliseconds