Lines Matching refs:widthE
46 ptrA->widthE = 0;
58 ptrA->widthE = 0;
85 ptrA->widthE = srcPtrA->widthE;
97 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1;
199 ptrA->widthE = widthA;
239 ptrA->widthE = widthA;
273 + bbs_SIZEOF16( ptrA->widthE )
288 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA );
310 ptrA->widthE = widthL;
337 uint16ImageA->widthE = ptrA->widthE;
339 uint16ImageA->arrE.sizeE = ptrA->widthE * ptrA->heightE;
340 uint16ImageA->arrE.allocatedSizeE = ptrA->widthE * ptrA->heightE;
354 uint32 widthL = dstPtrA->widthE;
403 bim_UInt16BytePyrImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE, depthA );