Lines Matching refs:x2E
357 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_ComplexImage_copySection()
358 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_ComplexImage_copySection()
365 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_ComplexImage_copySection()
369 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_ComplexImage_copySection()
372 srcImageSubSectionL.x2E = srcPtrA->widthE; in bim_ComplexImage_copySection()
382 bim_ComplexImage_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_ComplexImage_copySection()
394 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_ComplexImage_copySection()
399 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_ComplexImage_copySection()
405 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_ComplexImage_copySection()
417 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_ComplexImage_copySection()
422 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_ComplexImage_copySection()
428 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_ComplexImage_copySection()
439 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_ComplexImage_copySection()
444 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_ComplexImage_copySection()
450 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_ComplexImage_copySection()