Lines Matching refs:currentWidthE
276 ptrA->currentWidthE = xwoL; in bbf_Scanner_createBitImage()
431 ptrA->currentWidthE = 0; in bbf_Scanner_init()
471 ptrA->currentWidthE = 0; in bbf_Scanner_exit()
520 ptrA->currentWidthE = srcPtrA->currentWidthE; in bbf_Scanner_copy()
575 int32 wL = ( int32 )ptrA->currentWidthE - ptrA->patchWidthE; in bbf_Scanner_positions()
584 return ptrA->yE * ptrA->currentWidthE + ptrA->xE; in bbf_Scanner_scanIndex()
607 int32 yL = scanIndexA / ptrA->currentWidthE; in bbf_Scanner_idxPos()
608 int32 xL = scanIndexA - ( yL * ptrA->currentWidthE ); in bbf_Scanner_idxPos()
844 if( ( ptrA->xE + 1 ) < ( int32 )( ptrA->currentWidthE - ptrA->patchWidthE ) ) in bbf_Scanner_next()
891 if( xA > ( int32 )( ptrA->currentWidthE - ptrA->patchWidthE ) ) in bbf_Scanner_goToXY()
979 int32 yL = scanIndexA / ptrA->currentWidthE; in bbf_Scanner_goToIndex()
980 int32 xL = scanIndexA - yL * ptrA->currentWidthE; in bbf_Scanner_goToIndex()
1254 y1L = i1L / ptrA->currentWidthE; in bbf_Scanner_removeIntOverlaps()
1255 x1L = i1L - ( y1L * ptrA->currentWidthE ); in bbf_Scanner_removeIntOverlaps()
1263 int32 y2L = *i2pL / ptrA->currentWidthE; in bbf_Scanner_removeIntOverlaps()
1264 int32 x2L = *i2pL - ( y2L * ptrA->currentWidthE ); in bbf_Scanner_removeIntOverlaps()