Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:widthE

45 	ptrA->widthE = 0;
65 ptrA->widthE = widthA;
75 ptrA->widthE = 0;
101 ptrA->widthE = srcPtrA->widthE;
112 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
155 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->widthE * srcPtrA->heightE ) / 2 );
164 srcPtrA->widthE,
183 ptrA->widthE = widthA;
202 + bbs_SIZEOF16( ptrA->widthE )
216 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA );
236 ptrA->widthE = widthL;
265 for( iL = ptrA->widthE * ptrA->heightE; iL > 0; iL-- )
304 | | | ( srcPtrA->widthE, srcPtrA->heightE )
324 The image boundaries are indicated by letter "I" ( 0, 0 ) to ( srcPtrA->widthE, srcPtrA->heightE )
328 ( 0, 0 ), ( srcPtrA->widthE, srcPtrA->heightE )
373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
380 srcImageSubSectionL.x2E = srcPtrA->widthE;
422 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
444 srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E;
526 long srcWidthL = srcPtrA->widthE;
643 for( iL = 0; iL < ptrA->widthE; iL++ )