Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrix.cpp600 static inline float muladdmul(float a, float b, float c, float d) { in muladdmul() function
641 tmp.fMat[kMScaleX] = muladdmul(a.fMat[kMScaleX], in setConcat()
646 tmp.fMat[kMSkewX] = muladdmul(a.fMat[kMScaleX], in setConcat()
651 tmp.fMat[kMTransX] = muladdmul(a.fMat[kMScaleX], in setConcat()
656 tmp.fMat[kMSkewY] = muladdmul(a.fMat[kMSkewY], in setConcat()
661 tmp.fMat[kMScaleY] = muladdmul(a.fMat[kMSkewY], in setConcat()
666 tmp.fMat[kMTransY] = muladdmul(a.fMat[kMSkewY], in setConcat()
/external/skqp/src/core/
DSkMatrix.cpp624 static inline float muladdmul(float a, float b, float c, float d) { in muladdmul() function
666 tmp.fMat[kMScaleX] = muladdmul(a.fMat[kMScaleX], in setConcat()
671 tmp.fMat[kMSkewX] = muladdmul(a.fMat[kMScaleX], in setConcat()
676 tmp.fMat[kMTransX] = muladdmul(a.fMat[kMScaleX], in setConcat()
681 tmp.fMat[kMSkewY] = muladdmul(a.fMat[kMSkewY], in setConcat()
686 tmp.fMat[kMScaleY] = muladdmul(a.fMat[kMSkewY], in setConcat()
691 tmp.fMat[kMTransY] = muladdmul(a.fMat[kMSkewY], in setConcat()