Lines Matching refs:widthE
46 ptrA->widthE = 0;
66 ptrA->widthE = widthA;
77 ptrA->widthE = 0;
103 ptrA->widthE = srcPtrA->widthE;
114 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
150 ptrA->widthE = widthA;
170 + bbs_SIZEOF16( ptrA->widthE )
184 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA );
204 ptrA->widthE = widthL;
233 for( iL = ptrA->widthE * ptrA->heightE; iL > 0; iL-- )
272 | | | ( srcPtrA->widthE, srcPtrA->heightE )
292 The image boundaries are indicated by letter "I" ( 0, 0 ) to ( srcPtrA->widthE, srcPtrA->heightE )
296 ( 0, 0 ), ( srcPtrA->widthE, srcPtrA->heightE )
341 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
348 srcImageSubSectionL.x2E = srcPtrA->widthE;
390 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
412 srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E;
443 bim_APhImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE );
446 for( iL = srcPtrA->widthE * srcPtrA->heightE; iL > 0; iL-- )