Lines Matching refs:x2E
366 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_Flt16Image_copySection()
367 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_Flt16Image_copySection()
374 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_Flt16Image_copySection()
378 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_Flt16Image_copySection()
381 srcImageSubSectionL.x2E = srcPtrA->widthE; in bim_Flt16Image_copySection()
391 bim_Flt16Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_Flt16Image_copySection()
404 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_Flt16Image_copySection()
409 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
415 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
427 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_Flt16Image_copySection()
432 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
438 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
449 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_Flt16Image_copySection()
454 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
460 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()