Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:widthE

47 	ptrA->widthE = 0;
59 ptrA->widthE = 0;
86 ptrA->widthE = srcPtrA->widthE;
98 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
140 ptrA->widthE = widthA;
151 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, srcPtrA->widthE * srcPtrA->heightE );
161 srcPtrA->widthE,
181 ptrA->widthE = widthA;
201 + bbs_SIZEOF16( ptrA->widthE )
216 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA );
234 memPtrA += bbs_memRead32( &ptrA->widthE, memPtrA );
265 for( iL = ptrA->widthE * ptrA->heightE; iL > 0; iL-- )
305 | | | ( srcPtrA->widthE, srcPtrA->heightE )
325 The image boundaries are indicated by letter "I" ( 0, 0 ) to ( srcPtrA->widthE, srcPtrA->heightE )
329 ( 0, 0 ), ( srcPtrA->widthE, srcPtrA->heightE )
374 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
381 srcImageSubSectionL.x2E = srcPtrA->widthE;
424 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
446 srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E;
477 bim_Flt16Image_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE );
481 for( iL = srcPtrA->widthE * srcPtrA->heightE; iL > 0; iL-- )
496 bim_Flt16Image_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE );
500 for( iL = srcPtrA->widthE * srcPtrA->heightE; iL > 0; iL-- )
515 bim_Flt16Image_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE );
519 for( iL = srcPtrA->widthE * srcPtrA->heightE; iL > 0; iL-- )
535 bim_Flt16Image_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE );
539 for( iL = srcPtrA->widthE * srcPtrA->heightE; iL > 0; iL-- )