Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:srcImageSubSectionL

329 	struct bts_Int16Rect srcImageSubSectionL;
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 );
345 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E )
347 srcImageSubSectionL.x1E = 0;
348 srcImageSubSectionL.x2E = srcPtrA->widthE;
351 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
353 srcImageSubSectionL.y1E = 0;
354 srcImageSubSectionL.y2E = srcPtrA->heightE;
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++ )
387 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ )
390 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
393 for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL++ )
398 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ )
412 srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E;
415 for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL++ )
420 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ )