Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:x1E

281 	( sectionL->x1E, sectionL->y1E )		|				|
325 The rectangle boundaries are indicated by letter "R" ( sectionPtrA->x1E, sectionPtrA->y1E ) to ( sectionPtrA->x2E, sectionPtrA->y2E )
330 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
365 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E );
366 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E );
371 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
377 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E )
379 srcImageSubSectionL.x1E = 0;
390 bim_UInt8Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E );
402 for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL++ )
422 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
425 for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL++ )
444 srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E;
447 for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL++ )