Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:maxImageHeightE

60 	uint32 hoL = ptrA->maxImageHeightE;
144 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE )
147 fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->maxImageHeightE );
450 ptrA->maxImageHeightE = 0;
490 ptrA->maxImageHeightE = 0;
533 ptrA->maxImageHeightE = srcPtrA->maxImageHeightE;
551 if( ptrA->maxImageHeightE != srcPtrA->maxImageHeightE ) return FALSE;
646 ptrA->maxImageHeightE = maxImageHeightA;
690 memSizeL += bbs_SIZEOF16( ptrA->maxImageHeightE );
712 memPtrA += bbs_memWrite32( &ptrA->maxImageHeightE, memPtrA );
738 memPtrA += bbs_memRead32( &ptrA->maxImageHeightE, memPtrA );