Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:maxImageWidthE

156 	ptrA->maxImageWidthE = 0;
175 ptrA->maxImageWidthE = 0;
197 ptrA->maxImageWidthE = 0;
216 ptrA->maxImageWidthE = 0;
295 memSizeL += bbs_SIZEOF16( ptrA->maxImageWidthE );
328 memPtrA += bbs_memWrite32( &ptrA->maxImageWidthE, memPtrA );
369 memPtrA += bbs_memRead32( &ptrA->maxImageWidthE, memPtrA );
405 maxImageWidthE * ptrA->maxImageHeightE == 0 )
429 bbs_UInt8Arr_create( cpA, &ptrA->workImageBufE, ptrA->maxImageWidthE * ptrA->maxImageHeightE, sspL );
436 ptrA->maxImageWidthE,
537 workImageWidthL = workImageWidthL > ptrA->maxImageWidthE ? ptrA->maxImageWidthE : workImageWidthL;