Lines Matching refs:arrE
44 bbs_UInt16Arr_init( cpA, &ptrA->arrE ); in bim_UInt16ByteImage_init()
54 bbs_UInt16Arr_exit( cpA, &ptrA->arrE ); in bim_UInt16ByteImage_exit()
74 if( ptrA->arrE.sizeE < srcPtrA->arrE.sizeE ) in bim_UInt16ByteImage_copy()
83 bbs_UInt16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE ); in bim_UInt16ByteImage_copy()
94 return bbs_UInt16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE ); in bim_UInt16ByteImage_equal()
112 uint32 sizeL = ptrA->arrE.sizeE; in bim_UInt16ByteImage_checkSum()
113 const uint16* ptrL = ptrA->arrE.arrPtrE; in bim_UInt16ByteImage_checkSum()
144 if( ptrA->arrE.arrPtrE != 0 ) in bim_UInt16ByteImage_create()
150 bbs_UInt16Arr_create( cpA, &ptrA->arrE, ( widthA * heightA ) >> 1, mspA ); in bim_UInt16ByteImage_create()
162 …struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->wid… in bim_UInt16ByteImage_assignExternalImage()
164 if( ptrA->arrE.arrPtrE != 0 ) in bim_UInt16ByteImage_assignExternalImage()
188 if( ptrA->arrE.allocatedSizeE < ( ( widthA * heightA ) >> 1 ) ) in bim_UInt16ByteImage_size()
194 bbs_UInt16Arr_size( cpA, &ptrA->arrE, ( widthA * heightA ) >> 1 ); in bim_UInt16ByteImage_size()
216 + bbs_UInt16Arr_memSize( cpA, &ptrA->arrE ); in bim_UInt16ByteImage_memSize()
230 bbs_UInt16Arr_memWrite( cpA, &ptrA->arrE, memPtrA ); in bim_UInt16ByteImage_memWrite()
250 bbs_UInt16Arr_memRead( cpA, &ptrA->arrE, memPtrA, mspA ); in bim_UInt16ByteImage_memRead()
276 uint16* ptrL = ptrA->arrE.arrPtrE; in bim_UInt16ByteImage_setAllPixels()
278 for( iL = ptrA->arrE.sizeE; iL > 0; iL-- ) in bim_UInt16ByteImage_setAllPixels()
346 const uint16* ulPtrL = srcPtrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp()
370 dstPtrL = ptrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp()
646 const uint8* ulPtrL = ( const uint8* )srcPtrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp8()
670 dstPtrL = ( uint8* )ptrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp8()