Lines Matching refs:xE
428 ptrA->xE = 0; in bbf_Scanner_init()
468 ptrA->xE = 0; in bbf_Scanner_exit()
517 ptrA->xE = srcPtrA->xE; in bbf_Scanner_copy()
584 return ptrA->yE * ptrA->currentWidthE + ptrA->xE; in bbf_Scanner_scanIndex()
593 *xPtrA = ( int32 )( ptrA->xE - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_pos()
777 ptrA->xE = 0; in bbf_Scanner_resetScan()
837 return ptrA->patchBufferE.arrPtrE + ptrA->xE; in bbf_Scanner_getPatch()
844 if( ( ptrA->xE + 1 ) < ( int32 )( ptrA->currentWidthE - ptrA->patchWidthE ) ) in bbf_Scanner_next()
846 ptrA->xE++; in bbf_Scanner_next()
852 ptrA->xE = 0; in bbf_Scanner_next()
897 ptrA->xE = xA; in bbf_Scanner_goToXY()