Lines Matching refs:srcPixelPtrL
348 struct bbs_Complex* srcPixelPtrL; in bim_ComplexImage_copySection() local
391 srcPixelPtrL = srcPtrA->arrE.arrPtrE; in bim_ComplexImage_copySection()
396 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
401 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_ComplexImage_copySection()
403 srcPixelPtrL--; in bim_ComplexImage_copySection()
407 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
414 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_ComplexImage_copySection()
419 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
424 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_ComplexImage_copySection()
426 srcPixelPtrL--; in bim_ComplexImage_copySection()
430 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
436 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_ComplexImage_copySection()
441 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
446 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_ComplexImage_copySection()
448 srcPixelPtrL--; in bim_ComplexImage_copySection()
452 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()