Lines Matching refs:srcPixelPtrL
324 struct bbs_APh* srcPixelPtrL; in bim_APhImage_copySection() local
367 srcPixelPtrL = srcPtrA->arrE.arrPtrE; in bim_APhImage_copySection()
372 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
377 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_APhImage_copySection()
379 srcPixelPtrL--; in bim_APhImage_copySection()
383 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
390 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_APhImage_copySection()
395 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
400 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_APhImage_copySection()
402 srcPixelPtrL--; in bim_APhImage_copySection()
406 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
412 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_APhImage_copySection()
417 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
422 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_APhImage_copySection()
424 srcPixelPtrL--; in bim_APhImage_copySection()
428 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()