Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:y1E

249 	( sectionL->x1E, sectionL->y1E )		|				|
293 The rectangle boundaries are indicated by letter "R" ( sectionPtrA->x1E, sectionPtrA->y1E ) to ( sectionPtrA->x2E, sectionPtrA->y2E )
298 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
335 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E );
336 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
340 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
351 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
353 srcImageSubSectionL.y1E = 0;
358 bim_APhImage_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E );
364 for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL++ )