Lines Matching refs:srcPtrA
71 const struct bim_UInt16ByteImage* srcPtrA ) in bim_UInt16ByteImage_copy() argument
74 if( ptrA->arrE.sizeE < srcPtrA->arrE.sizeE ) in bim_UInt16ByteImage_copy()
81 ptrA->widthE = srcPtrA->widthE; in bim_UInt16ByteImage_copy()
82 ptrA->heightE = srcPtrA->heightE; in bim_UInt16ByteImage_copy()
83 bbs_UInt16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE ); in bim_UInt16ByteImage_copy()
90 const struct bim_UInt16ByteImage* srcPtrA ) in bim_UInt16ByteImage_equal() argument
92 if( ptrA->widthE != srcPtrA->widthE ) return FALSE; in bim_UInt16ByteImage_equal()
93 if( ptrA->heightE != srcPtrA->heightE ) return FALSE; in bim_UInt16ByteImage_equal()
94 return bbs_UInt16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE ); in bim_UInt16ByteImage_equal()
160 struct bim_UInt16ByteImage* srcPtrA ) in bim_UInt16ByteImage_assignExternalImage() argument
162 …_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->widthE * srcP… in bim_UInt16ByteImage_assignExternalImage()
171 srcPtrA->widthE, in bim_UInt16ByteImage_assignExternalImage()
172 srcPtrA->heightE, in bim_UInt16ByteImage_assignExternalImage()
334 const struct bim_UInt16ByteImage* srcPtrA, in bim_UInt16ByteImage_warp() argument
339 long srcWidthL = srcPtrA->widthE; in bim_UInt16ByteImage_warp()
340 long srcHeightL = srcPtrA->heightE; in bim_UInt16ByteImage_warp()
346 const uint16* ulPtrL = srcPtrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp()
635 const struct bim_UInt16ByteImage* srcPtrA, in bim_UInt16ByteImage_warp8() argument
640 long srcWidthL = srcPtrA->widthE; in bim_UInt16ByteImage_warp8()
641 long srcHeightL = srcPtrA->heightE; in bim_UInt16ByteImage_warp8()
646 const uint8* ulPtrL = ( const uint8* )srcPtrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp8()