Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:bitImageE

72 	bim_UInt32Image_create( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? 1 : 0 ), mspL );
74 bim_UInt32Image_setAllPixels( cpA, &ptrA->bitImageE, 0, 0 );
77 bbs_UInt32Arr_create( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE, mspL );
280 bim_UInt32Image_size( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? 1 : 0 ) );
281 bim_UInt32Image_setAllPixels( cpA, &ptrA->bitImageE, 0, 0 );
284 bitRowL = ( uint32* )ptrA->bitImageE.arrE.arrPtrE + ptrA->borderWidthE;
409 bbs_UInt32Arr_size( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE );
410 bbs_memcpy32( ptrA->patchBufferE.arrPtrE, ptrA->bitImageE.arrE.arrPtrE, ptrA->bitImageE.widthE );
438 bim_UInt32Image_init( cpA, &ptrA->bitImageE );
478 bim_UInt32Image_exit( cpA, &ptrA->bitImageE );
528 bim_UInt32Image_copy( cpA, &ptrA->bitImageE, &srcPtrA->bitImageE );
859 uint32 sizeL = ptrA->bitImageE.widthE;
863 if( rowL < ptrA->bitImageE.heightE )
865 uint32* srcL = ( uint32* )ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL;
918 sizeL = ptrA->bitImageE.widthE;
921 if( rowL < ptrA->bitImageE.heightE )
923 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL;
950 sizeL = ptrA->bitImageE.widthE;
953 if( rowL < ptrA->bitImageE.heightE )
957 uint32* src1L = ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL;
964 bbs_memcpy32( dstL, ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL, sizeL );
969 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ( rowL - 1 ) * sizeL;