Lines Matching refs:arrPtrE
58 if( ptrA->arrE.arrPtrE != 0 ) in bim_UInt8Image_create()
133 const uint8* ptrL = ptrA->arrE.arrPtrE; in bim_UInt8Image_checkSum()
155 …struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->wid… in bim_UInt8Image_assignExternalImage()
157 if( ptrA->arrE.arrPtrE != 0 ) in bim_UInt8Image_assignExternalImage()
264 uint8* ptrL = ptrA->arrE.arrPtrE; in bim_UInt8Image_setAllPixels()
393 dstPixelPtrL = ptrA->arrE.arrPtrE; in bim_UInt8Image_copySection()
399 srcPixelPtrL = srcPtrA->arrE.arrPtrE; in bim_UInt8Image_copySection()
422 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_UInt8Image_copySection()
444 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_UInt8Image_copySection()
532 const uint8* ulPtrL = srcPtrA->arrE.arrPtrE; in bim_UInt8Image_warpOffs()
556 dstPtrL = ptrA->arrE.arrPtrE; in bim_UInt8Image_warpOffs()