Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:widthE

46 	ptrA->widthE = 0;
56 ptrA->widthE = 0;
82 ptrA->widthE = srcPtrA->widthE;
93 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
156 ptrA->widthE = widthA;
174 ptrA->widthE = widthA;
194 + bbs_SIZEOF16( ptrA->widthE )
208 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA );
228 ptrA->widthE = widthL;
257 for( iL = ptrA->widthE * ptrA->heightE; iL > 0; iL-- )
296 | | | ( srcPtrA->widthE, srcPtrA->heightE )
316 The image boundaries are indicated by letter "I" ( 0, 0 ) to ( srcPtrA->widthE, srcPtrA->heightE )
320 ( 0, 0 ), ( srcPtrA->widthE, srcPtrA->heightE )
365 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
372 srcImageSubSectionL.x2E = srcPtrA->widthE;
414 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
436 srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E;
467 bim_ComplexImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE );
470 for( iL = srcPtrA->widthE * srcPtrA->heightE; iL > 0; iL-- )