Lines Matching refs:srcHeightL
340 long srcHeightL = srcPtrA->heightE; in bim_UInt16ByteImage_warp() local
348 const uint16* llPtrL = ulPtrL + ( srcHeightL - 1 ) * halfSrcWidthL; in bim_UInt16ByteImage_warp()
375 if( srcWidthL == 0 || srcHeightL == 0 ) in bim_UInt16ByteImage_warp()
377 bim_UInt16ByteImage_size( cpA, ptrA, srcWidthL, srcHeightL ); in bim_UInt16ByteImage_warp()
378 bbs_ERROR2( "Size of output image is %d/%d", srcWidthL, srcHeightL ); in bim_UInt16ByteImage_warp()
519 else if( lL >= srcHeightL - 1 ) in bim_UInt16ByteImage_warp()
641 long srcHeightL = srcPtrA->heightE; in bim_UInt16ByteImage_warp8() local
648 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL; in bim_UInt16ByteImage_warp8()
675 if( srcWidthL == 0 || srcHeightL == 0 ) in bim_UInt16ByteImage_warp8()
677 bbs_ERROR2( "Size of output image is %d/%d", srcWidthL, srcHeightL ); in bim_UInt16ByteImage_warp8()
804 else if( lL >= srcHeightL - 1 ) in bim_UInt16ByteImage_warp8()