Lines Matching refs:widthE
45 ptrA->widthE = 0; in bim_UInt16ByteImage_init()
55 ptrA->widthE = 0; in bim_UInt16ByteImage_exit()
81 ptrA->widthE = srcPtrA->widthE; in bim_UInt16ByteImage_copy()
92 if( ptrA->widthE != srcPtrA->widthE ) return FALSE; in bim_UInt16ByteImage_equal()
151 ptrA->widthE = widthA; in bim_UInt16ByteImage_create()
162 …edSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->widthE * srcPtrA->heightE… in bim_UInt16ByteImage_assignExternalImage()
171 srcPtrA->widthE, in bim_UInt16ByteImage_assignExternalImage()
195 ptrA->widthE = widthA; in bim_UInt16ByteImage_size()
214 + bbs_SIZEOF16( ptrA->widthE ) in bim_UInt16ByteImage_memSize()
228 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA ); in bim_UInt16ByteImage_memWrite()
248 ptrA->widthE = widthL; in bim_UInt16ByteImage_memRead()
339 long srcWidthL = srcPtrA->widthE; in bim_UInt16ByteImage_warp()
451 for( iL = 0; iL < ptrA->widthE; iL++ ) in bim_UInt16ByteImage_warp()
640 long srcWidthL = srcPtrA->widthE; in bim_UInt16ByteImage_warp8()
750 for( iL = 0; iL < ptrA->widthE; iL++ ) in bim_UInt16ByteImage_warp8()