Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:maxScaleE

455 	ptrA->maxScaleE = 0;
495 ptrA->maxScaleE = 0;
538 ptrA->maxScaleE = srcPtrA->maxScaleE;
556 if( ptrA->maxScaleE != srcPtrA->maxScaleE ) return FALSE;
651 ptrA->maxScaleE = maxScaleA;
695 memSizeL += bbs_SIZEOF16( ptrA->maxScaleE );
717 memPtrA += bbs_memWrite32( &ptrA->maxScaleE, memPtrA );
743 memPtrA += bbs_memRead32( &ptrA->maxScaleE, memPtrA );
806 if( ptrA->maxScaleE > 0 ) ptrA->effMaxScaleE = ptrA->effMaxScaleE < ptrA->maxScaleE ? ptrA->effMaxScaleE : ptrA->maxScaleE;