Lines Matching refs:srcPixelPtrL
356 uint8* srcPixelPtrL; in bim_UInt8Image_copySection() local
399 srcPixelPtrL = srcPtrA->arrE.arrPtrE; in bim_UInt8Image_copySection()
404 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
409 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_UInt8Image_copySection()
411 srcPixelPtrL--; in bim_UInt8Image_copySection()
415 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
422 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_UInt8Image_copySection()
427 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
432 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_UInt8Image_copySection()
434 srcPixelPtrL--; in bim_UInt8Image_copySection()
438 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
444 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_UInt8Image_copySection()
449 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
454 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_UInt8Image_copySection()
456 srcPixelPtrL--; in bim_UInt8Image_copySection()
460 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()