Lines Matching refs:xE
342 ptrA->xE = 0;
376 ptrA->xE = 0;
454 return ( ptrA->yE - ptrA->workScanRegionE.y1E ) * wL + ( ptrA->xE - ptrA->workScanRegionE.x1E );
461 *xPtrA = ( ( ptrA->xE << ptrA->scaleExpE ) + ptrA->xOffE ) << 16;
631 ptrA->xE = ptrA->workScanRegionE.x1E;
671 return ptrA->patchBufferE.arrPtrE + ptrA->xE;
678 if( ( ptrA->xE + 1 ) < ptrA->workScanRegionE.x2E - ( int32 )ptrA->patchWidthE )
680 ptrA->xE++;
686 ptrA->xE = ptrA->workScanRegionE.x1E;
695 uint32* dstL = ( uint32* )ptrA->patchBufferE.arrPtrE + ptrA->xE;
700 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + rowL * widthL + ptrA->xE;
730 ptrA->xE = xA;