HomeSort by relevance Sort by last modified time
    Searched full:rowcol3 (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkMatrix.cpp 636 static inline float rowcol3(const float row[], const float col[]) { function
661 tmp.fMat[kMScaleX] = rowcol3(&a.fMat[0], &b.fMat[0]);
662 tmp.fMat[kMSkewX] = rowcol3(&a.fMat[0], &b.fMat[1]);
663 tmp.fMat[kMTransX] = rowcol3(&a.fMat[0], &b.fMat[2]);
664 tmp.fMat[kMSkewY] = rowcol3(&a.fMat[3], &b.fMat[0]);
665 tmp.fMat[kMScaleY] = rowcol3(&a.fMat[3], &b.fMat[1]);
666 tmp.fMat[kMTransY] = rowcol3(&a.fMat[3], &b.fMat[2]);
667 tmp.fMat[kMPersp0] = rowcol3(&a.fMat[6], &b.fMat[0]);
668 tmp.fMat[kMPersp1] = rowcol3(&a.fMat[6], &b.fMat[1]);
669 tmp.fMat[kMPersp2] = rowcol3(&a.fMat[6], &b.fMat[2])
    [all...]

Completed in 172 milliseconds