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