Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:srcWidthL

339 	long srcWidthL = srcPtrA->widthE;
341 long halfSrcWidthL = srcWidthL >> 1;
375 if( srcWidthL == 0 || srcHeightL == 0 )
377 bim_UInt16ByteImage_size( cpA, ptrA, srcWidthL, srcHeightL );
378 bbs_ERROR2( "Size of output image is %d/%d", srcWidthL, srcHeightL );
498 else if( kL >= srcWidthL - 1 )
526 else if( kL >= srcWidthL - 1 )
562 else if( kL >= srcWidthL - 1 )
640 long srcWidthL = srcPtrA->widthE;
647 const uint8* urPtrL = ulPtrL + srcWidthL - 1;
648 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL;
649 const uint8* lrPtrL = llPtrL + srcWidthL - 1;
675 if( srcWidthL == 0 || srcHeightL == 0 )
677 bbs_ERROR2( "Size of output image is %d/%d", srcWidthL, srcHeightL );
791 else if( kL >= srcWidthL - 1 )
811 else if( kL >= srcWidthL - 1 )
829 ptr1L = ulPtrL + lL * srcWidthL;
831 ptr2L = ptr1L + srcWidthL;
839 else if( kL >= srcWidthL - 1 )
843 valL = *( ptr1L + srcWidthL - 1 ) * f1yL + *( ptr2L + srcWidthL - 1 ) * f2yL;