• Home
  • Raw
  • Download

Lines Matching refs:x2E

365 	sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E );  in bim_UInt8Image_copySection()
366 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_UInt8Image_copySection()
373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_UInt8Image_copySection()
377 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_UInt8Image_copySection()
380 srcImageSubSectionL.x2E = srcPtrA->widthE; in bim_UInt8Image_copySection()
390 bim_UInt8Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_UInt8Image_copySection()
402 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_UInt8Image_copySection()
407 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_UInt8Image_copySection()
413 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_UInt8Image_copySection()
425 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_UInt8Image_copySection()
430 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_UInt8Image_copySection()
436 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_UInt8Image_copySection()
447 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_UInt8Image_copySection()
452 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_UInt8Image_copySection()
458 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_UInt8Image_copySection()