Lines Matching refs:patchWidthE
452 ptrA->patchWidthE = 0; in bbf_Scanner_init()
492 ptrA->patchWidthE = 0; in bbf_Scanner_exit()
535 ptrA->patchWidthE = srcPtrA->patchWidthE; in bbf_Scanner_copy()
553 if( ptrA->patchWidthE != srcPtrA->patchWidthE ) return FALSE; in bbf_Scanner_equal()
575 int32 wL = ( int32 )ptrA->currentWidthE - ptrA->patchWidthE; in bbf_Scanner_positions()
648 ptrA->patchWidthE = patchWidthA; in bbf_Scanner_create()
692 memSizeL += bbs_SIZEOF16( ptrA->patchWidthE ); in bbf_Scanner_memSize()
714 memPtrA += bbs_memWrite32( &ptrA->patchWidthE, memPtrA ); in bbf_Scanner_memWrite()
740 memPtrA += bbs_memRead32( &ptrA->patchWidthE, memPtrA ); in bbf_Scanner_memRead()
800 uint32 maxHScaleL = ( ptrA->workWidthE << 16 ) / ( ptrA->patchWidthE + 1 ); in bbf_Scanner_assign()
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()
1113 uint32 rw0L = ptrA->patchWidthE; in bbf_Scanner_removeOutOverlaps()
1220 uint32 rw0L = ptrA->patchWidthE; in bbf_Scanner_removeIntOverlaps()