Lines Matching refs:widthE
45 ptrA->widthE = 0; in bim_UInt8Image_init()
65 ptrA->widthE = widthA; in bim_UInt8Image_create()
75 ptrA->widthE = 0; in bim_UInt8Image_exit()
101 ptrA->widthE = srcPtrA->widthE; in bim_UInt8Image_copy()
112 if( ptrA->widthE != srcPtrA->widthE ) return FALSE; in bim_UInt8Image_equal()
155 …edSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->widthE * srcPtrA->heightE… in bim_UInt8Image_assignExternalImage()
164 srcPtrA->widthE, in bim_UInt8Image_assignExternalImage()
183 ptrA->widthE = widthA; in bim_UInt8Image_size()
202 + bbs_SIZEOF16( ptrA->widthE ) in bim_UInt8Image_memSize()
216 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA ); in bim_UInt8Image_memWrite()
236 ptrA->widthE = widthL; in bim_UInt8Image_memRead()
265 for( iL = ptrA->widthE * ptrA->heightE; iL > 0; iL-- ) in bim_UInt8Image_setAllPixels()
373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_UInt8Image_copySection()
380 srcImageSubSectionL.x2E = srcPtrA->widthE; in bim_UInt8Image_copySection()
422 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_UInt8Image_copySection()
444 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_UInt8Image_copySection()
526 long srcWidthL = srcPtrA->widthE; in bim_UInt8Image_warpOffs()
643 for( iL = 0; iL < ptrA->widthE; iL++ ) in bim_UInt8Image_warpOffs()