Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:txL

96 	int32 mxxL, mxyL, myxL, myyL, txL, tyL;
132 txL = invAltL.vecE.xE << shlL;
138 txL = ( ( invAltL.vecE.xE >> ( shrL - 1 ) ) + 1 ) >> 1;
143 txL += ( int32 )offsPtrA->xE << 16;
177 xL = txL;
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
189 xL = txL + mxyL * ( int32 )dstHeightA;
195 xL = txL + mxxL * ( int32 )dstWidthA;
242 txL -= ( xMinL << 16 );
248 txL >>= scaleExpL;
276 xL = txL >> 16;
280 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
284 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16;
288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
299 int32 xL = txL + mxyL * jL;
328 int32 xL = txL + mxyL * jL;
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL;
464 txL = invAltL.vecE.xE << shlL;
470 txL = ( ( invAltL.vecE.xE >> ( shrL - 1 ) ) + 1 ) >> 1;
475 txL += ( int32 )offsPtrA->xE << 16;
509 xL = txL;
515 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
521 xL = txL + mxyL * ( int32 )dstHeightA;
527 xL = txL + mxxL * ( int32 )dstWidthA;
574 txL -= ( xMinL << 16 );
580 txL >>= scaleExpL;
608 xL = txL >> 16;
612 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
616 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16;
620 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
631 int32 xL = txL + mxyL * jL;
648 int32 xL = txL + mxyL * jL;