Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:sectionL

249 	( sectionL->x1E, sectionL->y1E )		|				|
284 | ( sectionL->x2E, sectionL->y2E )
298 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
330 struct bts_Int16Rect sectionL;
333 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E );
334 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E );
335 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E );
336 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
339 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
340 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
341 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
342 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
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++ )
370 for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL++ )
375 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ )
381 for( ; xIndexL < sectionL.x2E; xIndexL++ )
387 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ )
393 for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL++ )
398 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ )
404 for( ; xIndexL < sectionL.x2E; xIndexL++ )
410 for( ; yIndexL < sectionL.y2E; yIndexL++ )
415 for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL++ )
420 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ )
426 for( ; xIndexL < sectionL.x2E; xIndexL++ )