Lines Matching refs:dstPtrL
345 uint16* dstPtrL; in bim_UInt16ByteImage_warp() local
370 dstPtrL = ptrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp()
609 *dstPtrL |= dstPixelL & 0x0FF; in bim_UInt16ByteImage_warp()
611 *dstPtrL |= dstPixelL << 8; in bim_UInt16ByteImage_warp()
613 dstPtrL++; in bim_UInt16ByteImage_warp()
618 *dstPtrL = dstPixelL << 8; in bim_UInt16ByteImage_warp()
620 *dstPtrL = dstPixelL & 0x0FF; in bim_UInt16ByteImage_warp()
645 uint8* dstPtrL; in bim_UInt16ByteImage_warp8() local
670 dstPtrL = ( uint8* )ptrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp8()
789 *dstPtrL++ = *ulPtrL; in bim_UInt16ByteImage_warp8()
794 *dstPtrL++ = *urPtrL; in bim_UInt16ByteImage_warp8()
801 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt16ByteImage_warp8()
809 *dstPtrL++ = *llPtrL; in bim_UInt16ByteImage_warp8()
814 *dstPtrL++ = *lrPtrL; in bim_UInt16ByteImage_warp8()
821 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt16ByteImage_warp8()
837 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt16ByteImage_warp8()
844 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt16ByteImage_warp8()
862 *dstPtrL++ = valL >> bbpL; in bim_UInt16ByteImage_warp8()