Lines Matching refs:tx
408 SkScalar tx, sx = SkScalarDiv(dst.width(), src.width());
421 tx = dst.fLeft - SkScalarMul(src.fLeft, sx);
437 tx += diff;
445 fMat[kMTransX] = tx;
764 Sk64 tx, ty;
778 set_muladdmul(&tx, fMat[kMSkewX], fMat[kMTransY], -fMat[kMScaleY], fMat[kMTransX]);
780 // check tx,ty for overflow
781 clzNumer = SkCLZ(SkAbs32(tx.fHi) | SkAbs32(ty.fHi));
791 inv->fMat[kMTransX] = SkMulShift(tx.getShiftRight(33 - clzNumer), scale, sk64shift);
835 SkScalar tx = m.fMat[kMTransX];
839 dst->fX = src->fX + tx;
869 SkScalar tx = m.fMat[kMTransX];
873 dst->fX = SkScalarMulAdd(src->fX, mx, tx);
909 SkScalar tx = m.fMat[kMTransX];
916 dst->fX = SkScalarMul(sx, mx) + SkScalarMulAdd(sy, kx, tx);