Searched refs:srcPixelPtrL (Results 1 – 4 of 4) sorted by relevance
324 struct bbs_APh* srcPixelPtrL; in bim_APhImage_copySection() local367 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()[all …]
348 struct bbs_Complex* srcPixelPtrL; in bim_ComplexImage_copySection() local391 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()[all …]
357 int16* srcPixelPtrL; in bim_Flt16Image_copySection() local401 srcPixelPtrL = srcPtrA->arrE.arrPtrE; in bim_Flt16Image_copySection()406 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()411 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_Flt16Image_copySection()413 srcPixelPtrL--; in bim_Flt16Image_copySection()417 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()424 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_Flt16Image_copySection()429 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()434 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_Flt16Image_copySection()436 srcPixelPtrL--; in bim_Flt16Image_copySection()[all …]
356 uint8* srcPixelPtrL; in bim_UInt8Image_copySection() local399 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()[all …]