Home | History | Annotate | Download | only in core

Lines Matching refs:tx

451         SkScalar    tx, sx = SkScalarDiv(dst.width(), src.width());
464 tx = dst.fLeft - SkScalarMul(src.fLeft, sx);
480 tx += diff;
488 fMat[kMTransX] = tx;
826 Sk64 tx, ty;
840 set_muladdmul(&tx, fMat[kMSkewX], fMat[kMTransY], -fMat[kMScaleY], fMat[kMTransX]);
842 // check tx,ty for overflow
843 clzNumer = SkCLZ(SkAbs32(tx.fHi) | SkAbs32(ty.fHi));
853 inv->fMat[kMTransX] = SkMulShift(tx.getShiftRight(33 - clzNumer), scale, sk64shift);
897 SkScalar tx = m.fMat[kMTransX];
901 dst->fX = src->fX + tx;
931 SkScalar tx = m.fMat[kMTransX];
935 dst->fX = SkScalarMulAdd(src->fX, mx, tx);
971 SkScalar tx = m.fMat[kMTransX];
978 dst->fX = SkScalarMul(sx, mx) + SkScalarMulAdd(sy, kx, tx);