Lines Matching refs:maxImageWidthE
59 uint32 woL = ptrA->maxImageWidthE; in bbf_Scanner_alloc()
144 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE ) in bbf_Scanner_copyImage()
147 fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->maxImageHeightE ); in bbf_Scanner_copyImage()
449 ptrA->maxImageWidthE = 0; in bbf_Scanner_init()
489 ptrA->maxImageWidthE = 0; in bbf_Scanner_exit()
532 ptrA->maxImageWidthE = srcPtrA->maxImageWidthE; in bbf_Scanner_copy()
550 if( ptrA->maxImageWidthE != srcPtrA->maxImageWidthE ) return FALSE; in bbf_Scanner_equal()
645 ptrA->maxImageWidthE = maxImageWidthA; in bbf_Scanner_create()
689 memSizeL += bbs_SIZEOF16( ptrA->maxImageWidthE ); in bbf_Scanner_memSize()
711 memPtrA += bbs_memWrite32( &ptrA->maxImageWidthE, memPtrA ); in bbf_Scanner_memWrite()
737 memPtrA += bbs_memRead32( &ptrA->maxImageWidthE, memPtrA ); in bbf_Scanner_memRead()