Lines Matching full:int32
96 int32 mxxL, mxyL, myxL, myyL, txL, tyL;
143 txL += ( int32 )offsPtrA->xE << 16;
144 tyL += ( int32 )offsPtrA->yE << 16;
169 int32 xMinL = 0x7FFFFFFF;
170 int32 yMinL = 0x7FFFFFFF;
171 int32 xMaxL = 0x80000000;
172 int32 yMaxL = 0x80000000;
176 int32 xL, yL;
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA;
189 xL = txL + mxyL * ( int32 )dstHeightA;
190 yL = tyL + myyL * ( int32 )dstHeightA;
195 xL = txL + mxxL * ( int32 )dstWidthA;
196 yL = tyL + myxL * ( int32 )dstWidthA;
211 xMinL = ( int32 )w0L < xMinL ? w0L : xMinL;
212 yMinL = ( int32 )h0L < yMinL ? h0L : yMinL;
215 xMaxL = ( int32 )w0L < xMaxL ? w0L : xMaxL;
216 yMaxL = ( int32 )h0L < yMaxL ? h0L : yMaxL;
272 int32 xL, yL;
273 int32 wbL = w1L - 1;
274 int32 hbL = h1L - 1;
280 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
281 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
284 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16;
285 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16;
288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
295 int32 iL, jL;
296 for( jL = 0; jL < ( int32 )dstHeightA; jL++ )
299 int32 xL = txL + mxyL * jL;
300 int32 yL = tyL + myyL * jL;
301 for( iL = 0; iL < ( int32 )dstWidthA; iL++ )
303 int32 x0L = xL >> 16;
304 int32 y0L = yL >> 16;
324 int32 iL, jL;
325 for( jL = 0; jL < ( int32 )dstHeightA; jL++ )
328 int32 xL = txL + mxyL * jL;
329 int32 yL = tyL + myyL * jL;
330 for( iL = 0; iL < ( int32 )dstWidthA; iL++ )
332 int32 x0L = xL >> 16;
333 int32 y0L = yL >> 16;
348 else if( x0L >= ( int32 )w1L - 1 )
357 else if( y0L >= ( int32 )h1L - 1 )
363 else if( x0L >= ( int32 )w1L - 1 )
380 else if( x0L >= ( int32 )w1L - 1 )
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL;
475 txL += ( int32 )offsPtrA->xE << 16;
476 tyL += ( int32 )offsPtrA->yE << 16;
501 int32 xMinL = 0x7FFFFFFF;
502 int32 yMinL = 0x7FFFFFFF;
503 int32 xMaxL = 0x80000000;
504 int32 yMaxL = 0x80000000;
508 int32 xL, yL;
515 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
516 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA;
521 xL = txL + mxyL * ( int32 )dstHeightA;
522 yL = tyL + myyL * ( int32 )dstHeightA;
527 xL = txL + mxxL * ( int32 )dstWidthA;
528 yL = tyL + myxL * ( int32 )dstWidthA;
543 xMinL = ( int32 )w0L < xMinL ? w0L : xMinL;
544 yMinL = ( int32 )h0L < yMinL ? h0L : yMinL;
547 xMaxL = ( int32 )w0L < xMaxL ? w0L : xMaxL;
548 int32 )h0L < yMaxL ? h0L : yMaxL;
604 int32 xL, yL;
605 int32 wbL = w1L - 1;
606 int32 hbL = h1L - 1;
612 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
613 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
616 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16;
617 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16;
620 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
621 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
627 int32 iL, jL;
628 for( jL = 0; jL < ( int32 )dstHeightA; jL++ )
631 int32 xL = txL + mxyL * jL;
632 int32 yL = tyL + myyL * jL;
633 for( iL = 0; iL < ( int32 )dstWidthA; iL++ )
644 int32 iL, jL;
645 for( jL = 0; jL < ( int32 )dstHeightA; jL++ )
648 int32 xL = txL + mxyL * jL;
649 int32 yL = tyL + myyL * jL;
650 for( iL = 0; iL < ( int32 )dstWidthA; iL++ )
653 int32 x0L = ( ( xL >> 15 ) + 1 ) >> 1;
654 int32 y0L = ( ( yL >> 15 ) + 1 ) >> 1;
664 else if( x0L >= ( int32 )w1L - 1 )
673 else if( y0L >= ( int32 )h1L - 1 )
679 else if( x0L >= ( int32 )w1L - 1 )
694 else if( x0L >= ( int32 )w1L - 1 )