Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:dstPtrL

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