Lines Matching refs:patchHeightE
453 ptrA->patchHeightE = 0; in bbf_Scanner_init()
493 ptrA->patchHeightE = 0; in bbf_Scanner_exit()
536 ptrA->patchHeightE = srcPtrA->patchHeightE; in bbf_Scanner_copy()
554 if( ptrA->patchHeightE != srcPtrA->patchHeightE ) return FALSE; in bbf_Scanner_equal()
576 int32 hL = ( int32 )ptrA->currentHeightE - ptrA->patchHeightE; in bbf_Scanner_positions()
649 ptrA->patchHeightE = patchHeightA; in bbf_Scanner_create()
693 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE ); in bbf_Scanner_memSize()
715 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA ); in bbf_Scanner_memWrite()
741 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA ); in bbf_Scanner_memRead()
801 uint32 maxVScaleL = ( ptrA->workHeightE << 16 ) / ( ptrA->patchHeightE + 1 ); in bbf_Scanner_assign()
850 if( ( ptrA->yE + 1 ) >= ( int32 )( ptrA->currentHeightE - ptrA->patchHeightE ) ) return FALSE; in bbf_Scanner_next()
901 if( yA >= ( int32 )( ptrA->currentHeightE - ptrA->patchHeightE ) ) in bbf_Scanner_goToXY()
1114 uint32 rh0L = ptrA->patchHeightE; in bbf_Scanner_removeOutOverlaps()
1221 uint32 rh0L = ptrA->patchHeightE; in bbf_Scanner_removeIntOverlaps()