Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrix.cpp632 static inline float muladdmul(float a, float b, float c, float d) { in muladdmul() function
674 tmp.fMat[kMScaleX] = muladdmul(a.fMat[kMScaleX], in setConcat()
679 tmp.fMat[kMSkewX] = muladdmul(a.fMat[kMScaleX], in setConcat()
684 tmp.fMat[kMTransX] = muladdmul(a.fMat[kMScaleX], in setConcat()
689 tmp.fMat[kMSkewY] = muladdmul(a.fMat[kMSkewY], in setConcat()
694 tmp.fMat[kMScaleY] = muladdmul(a.fMat[kMSkewY], in setConcat()
699 tmp.fMat[kMTransY] = muladdmul(a.fMat[kMSkewY], in setConcat()