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

/external/skia/src/core/
H A DSkMatrix.cpp545 static inline int negifaddoverflows(float& result, float a, float b) { function
591 static inline int negifaddoverflows(SkFixed& result, SkFixed a, SkFixed b) { function
662 if (negifaddoverflows(tmp.fMat[kMTransX], tmp.fMat[kMTransX],
679 if (negifaddoverflows(tmp.fMat[kMTransY], tmp.fMat[kMTransY],

Completed in 63 milliseconds