Lines Matching refs:dstPixelL
456 uint16 dstPixelL; in bim_UInt16ByteImage_warp() local
496 dstPixelL = *ulPtrL & 0x0FF; in bim_UInt16ByteImage_warp()
501 dstPixelL = *urPtrL >> 8; in bim_UInt16ByteImage_warp()
516 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
524 dstPixelL = *llPtrL & 0x0FF; in bim_UInt16ByteImage_warp()
529 dstPixelL = *lrPtrL >> 8; in bim_UInt16ByteImage_warp()
545 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
560 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
567 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
602 dstPixelL = valL >> bbpL; in bim_UInt16ByteImage_warp()
609 *dstPtrL |= dstPixelL & 0x0FF; in bim_UInt16ByteImage_warp()
611 *dstPtrL |= dstPixelL << 8; in bim_UInt16ByteImage_warp()
618 *dstPtrL = dstPixelL << 8; in bim_UInt16ByteImage_warp()
620 *dstPtrL = dstPixelL & 0x0FF; in bim_UInt16ByteImage_warp()