Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:mxxL

96 	int32 mxxL, mxyL, myxL, myyL, txL, tyL;
115 mxxL = invAltL.matE.xxE << shlL;
123 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1;
149 uint32 axxL = ( mxxL >= 0 ) ? mxxL : -mxxL;
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
195 xL = txL + mxxL * ( int32 )dstWidthA;
244 mxxL >>= scaleExpL;
280 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
310 xL += mxxL;
339 xL += mxxL;
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL;
447 mxxL = invAltL.matE.xxE << shlL;
455 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1;
481 uint32 axxL = ( mxxL >= 0 ) ? mxxL : -mxxL;
515 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
527 xL = txL + mxxL * ( int32 )dstWidthA;
576 mxxL >>= scaleExpL;
612 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
620 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
637 xL += mxxL;
655 xL += mxxL;