Lines Matching refs:y2E
317 | ( sectionL->x2E, sectionL->y2E )
326 The rectangle boundaries are indicated by letter "R" ( sectionPtrA->x1E, sectionPtrA->y1E ) to ( sectionPtrA->x2E, sectionPtrA->y2E )
331 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
368 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E );
369 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
375 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
384 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
387 srcImageSubSectionL.y2E = srcPtrA->heightE;
391 bim_Flt16Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E );
398 for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL++ )
421 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ )
444 for( ; yIndexL < sectionL.y2E; yIndexL++ )
446 srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E;