Lines Matching refs:dstImagePtrA
69 uint8* dstImagePtrA, in bim_filterWarpInterpolation() argument
86 uint8* dstL = dstImagePtrA; in bim_filterWarpInterpolation()
104 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0; in bim_filterWarpInterpolation()
258 if( !downScaledL && dstImagePtrA == srcImagePtrA ) in bim_filterWarpInterpolation()
401 uint8* dstImagePtrA, in bim_filterWarpPixelReplication() argument
418 uint8* dstL = dstImagePtrA; in bim_filterWarpPixelReplication()
436 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0; in bim_filterWarpPixelReplication()
590 if( !downScaledL && dstImagePtrA == srcImagePtrA ) in bim_filterWarpPixelReplication()
711 uint8* dstImagePtrA, in bim_filterWarp() argument
725 …bim_filterWarpInterpolation( cpA, dstImagePtrA, srcImagePtrA, srcImageWidthA, srcImageHeightA, off… in bim_filterWarp()
729 …bim_filterWarpPixelReplication( cpA, dstImagePtrA, srcImagePtrA, srcImageWidthA, srcImageHeightA, … in bim_filterWarp()