Home | History | Annotate | Download | only in core

Lines Matching refs:setMul

553         tmp1.setMul(a, b);
554 tmp2.setMul(c, d);
566 tmp1.setMul(a, b);
567 tmp2.setMul(c, d);
576 tmp1.setMul(row[0], col[0]); // N * fixed
577 tmp2.setMul(row[1], col[3]); // N * fixed
580 tmp2.setMul(row[2], col[6]); // N * fract
754 dst->setMul(a, b);
755 tmp.setMul(c, d);
764 tmp1.setMul(mat[SkMatrix::kMScaleX], fracmuladdmul(mat[SkMatrix::kMScaleY], mat[SkMatrix::kMPersp2], -mat[SkMatrix::kMTransY], mat[SkMatrix::kMPersp1]));
765 tmp2.setMul(mat[SkMatrix::kMSkewX], fracmuladdmul(mat[SkMatrix::kMTransY], mat[SkMatrix::kMPersp0], -mat[SkMatrix::kMSkewY], mat[SkMatrix::kMPersp2]));
767 tmp2.setMul(mat[SkMatrix::kMTransX], fracmuladdmul(mat[SkMatrix::kMSkewY], mat[SkMatrix::kMPersp1], -mat[SkMatrix::kMScaleY], mat[SkMatrix::kMPersp0]));
770 tmp1.setMul(mat[SkMatrix::kMScaleX], mat[SkMatrix::kMScaleY]);
771 tmp2.setMul(mat[SkMatrix::kMSkewX], mat[SkMatrix::kMSkewY]);
1165 tmp.setMul(a, b);
1166 tmp1.setMul(c, d);
1375 w1.setMul(pt1.fX, pt2.fX);
1376 w2.setMul(pt1.fY, pt2.fY);