• Home
  • Raw
  • Download

Lines Matching refs:scaleE

257 	stepL = ptrA->scaleE >> ( ptrA->scaleExpE + 4 );  in bbf_Scanner_createBitImage()
427 ptrA->scaleE = 0; in bbf_Scanner_init()
467 ptrA->scaleE = 0; in bbf_Scanner_exit()
516 ptrA->scaleE = srcPtrA->scaleE; in bbf_Scanner_copy()
593 *xPtrA = ( int32 )( ptrA->xE - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_pos()
596 *yPtrA = ( int32 )( ptrA->yE - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_pos()
599 *scalePtrA = ptrA->scaleE; in bbf_Scanner_pos()
611 *xPtrA = ( int32 )( xL - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_idxPos()
614 *yPtrA = ( int32 )( yL - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_idxPos()
616 *scalePtrA = ptrA->scaleE; in bbf_Scanner_idxPos()
794 ptrA->scaleE = ptrA->minScaleE; in bbf_Scanner_assign()
812 …while( ptrA->scaleE > ( ( uint32 )( 2 << ptrA->scaleExpE ) << 20 ) ) bbf_Scanner_downscale( cpA, p… in bbf_Scanner_assign()
822 …if( ptrA->scaleE + bbf_Scanner_scalePrd( ptrA->scaleE, ptrA->scaleStepE ) >= ptrA->effMaxScaleE ) … in bbf_Scanner_nextScale()
823 ptrA->scaleE += bbf_Scanner_scalePrd( ptrA->scaleE, ptrA->scaleStepE ); in bbf_Scanner_nextScale()
826 …while( ptrA->scaleE > ( ( uint32 )( 2 << ptrA->scaleExpE ) << 20 ) ) bbf_Scanner_downscale( cpA, p… in bbf_Scanner_nextScale()
989 int32 xL = ( xA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderWidthE; in bbf_Scanner_goToUls()
990 int32 yL = ( yA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderHeightE; in bbf_Scanner_goToUls()
992 if( ptrA->scaleE != scaleA ) in bbf_Scanner_goToUls()