Searched refs:currentWidthE (Results 1 – 4 of 4) sorted by relevance
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()[all …]
193 ptrA->currentWidthE = wL; in bbf_LocalScanner_createBitImage()197 ptrA->workScanRegionE = bts_Int16Rect_create( 0, 0, ptrA->currentWidthE, ptrA->currentHeightE ); in bbf_LocalScanner_createBitImage()325 ptrA->workScanRegionE.x2E = ( xMaxL > ( int32 )ptrA->currentWidthE ) ? ptrA->currentWidthE : xMaxL; in bbf_LocalScanner_setWorkScanRegion()346 ptrA->currentWidthE = 0; in bbf_LocalScanner_init()380 ptrA->currentWidthE = 0; in bbf_LocalScanner_exit()
64 uint32 currentWidthE; member
66 uint32 currentWidthE; member