Lines Matching refs:woL
59 uint32 woL = ptrA->maxImageWidthE; in bbf_Scanner_alloc() local
63 uint32 xwoL = woL + ( ptrA->borderWidthE << 1 ); in bbf_Scanner_alloc()
67 bbs_UInt16Arr_create( cpA, &ptrA->workImageE, ( ( woL >> 1 ) + ( woL & 1 ) ) * hoL, mspL ); in bbf_Scanner_alloc()
82 bbs_UInt16Arr_create( cpA, &ptrA->lineBufE, woL + ( woL & 1 ), sspL ); in bbf_Scanner_alloc()
85 bim_UInt32Image_create( cpA, &ptrA->satE, woL + pwoL, pwoL + 1, sspL ); in bbf_Scanner_alloc()
215 uint32 wiL, wi2L, hiL, woL, hoL, xwoL, xhoL; /* image size specifies */ in bbf_Scanner_createBitImage() local
260 woL = ( wiL << 16 ) / stepL; in bbf_Scanner_createBitImage()
263 if( woL <= pwoL || hoL <= pwoL ) in bbf_Scanner_createBitImage()
269 if( woL * stepL >= ( wiL << 16 ) ) woL--; in bbf_Scanner_createBitImage()
273 xwoL = woL + ( ptrA->borderWidthE << 1 ); in bbf_Scanner_createBitImage()
287 wsL = woL + pwoL; in bbf_Scanner_createBitImage()
340 for( iL = 0; iL < woL; iL++ ) in bbf_Scanner_createBitImage()
388 for( iL = 0; iL < woL; iL++ ) in bbf_Scanner_createBitImage()