Home
last modified time | relevance | path

Searched refs:SkFitsInFixed (Results 1 – 4 of 4) sorted by relevance

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