Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:maxImageWidthE

59 	uint32 woL = ptrA->maxImageWidthE;
144 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE )
147 fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->maxImageHeightE );
449 ptrA->maxImageWidthE = 0;
489 ptrA->maxImageWidthE = 0;
532 ptrA->maxImageWidthE = srcPtrA->maxImageWidthE;
550 if( ptrA->maxImageWidthE != srcPtrA->maxImageWidthE ) return FALSE;
645 ptrA->maxImageWidthE = maxImageWidthA;
689 memSizeL += bbs_SIZEOF16( ptrA->maxImageWidthE );
711 memPtrA += bbs_memWrite32( &ptrA->maxImageWidthE, memPtrA );
737 memPtrA += bbs_memRead32( &ptrA->maxImageWidthE, memPtrA );