Lines Matching refs:x2E
333 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_APhImage_copySection()
334 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_APhImage_copySection()
341 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_APhImage_copySection()
345 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_APhImage_copySection()
348 srcImageSubSectionL.x2E = srcPtrA->widthE; in bim_APhImage_copySection()
358 bim_APhImage_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_APhImage_copySection()
370 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_APhImage_copySection()
375 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_APhImage_copySection()
381 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_APhImage_copySection()
393 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_APhImage_copySection()
398 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_APhImage_copySection()
404 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_APhImage_copySection()
415 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_APhImage_copySection()
420 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_APhImage_copySection()
426 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_APhImage_copySection()