Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:bitImageE

58 	bim_UInt32Image_create( cpA, &ptrA->bitImageE, woL, ( hoL >> 5 ) + ( ( ( hoL & 0x1F ) != 0 ) ? 1 : 0 ), espL );
59 bim_UInt32Image_setAllPixels( cpA, &ptrA->bitImageE, 0, 0 );
62 bbs_UInt32Arr_create( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE, espL );
200 bim_UInt32Image_size( cpA, &ptrA->bitImageE, wL, ( hL >> 5 ) + ( ( ( hL & 0x1F ) != 0 ) ? 1 : 0 ) );
201 bim_UInt32Image_setAllPixels( cpA, &ptrA->bitImageE, 0, 0 );
204 bitRowL = ( uint32* )ptrA->bitImageE.arrE.arrPtrE;
288 bbs_UInt32Arr_size( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE );
293 ptrA->bitImageE.arrE.arrPtrE + ybL * ptrA->bitImageE.widthE + xbL,
296 else if( ybL == ( int32 )ptrA->bitImageE.heightE - 1 )
299 const uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ybL * ptrA->bitImageE.widthE + xbL;
306 const uint32* src0L = ptrA->bitImageE.arrE.arrPtrE + ybL * ptrA->bitImageE.widthE + xbL;
307 const uint32* src1L = src0L + ptrA->bitImageE.widthE;
357 bim_UInt32Image_init( cpA, &ptrA->bitImageE );
391 bim_UInt32Image_exit( cpA, &ptrA->bitImageE );
693 uint32 widthL = ptrA->bitImageE.widthE;
698 if( rowL < ptrA->bitImageE.heightE )
700 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + rowL * widthL + ptrA->xE;
744 uint32 imgWidthL = ptrA->bitImageE.widthE;
749 if( rowL < ptrA->bitImageE.heightE )
753 uint32* src1L = ptrA->bitImageE.arrE.arrPtrE + rowL * imgWidthL + imgOffsL;
760 bbs_memcpy32( dstL, ptrA->bitImageE.arrE.arrPtrE + rowL * imgWidthL + imgOffsL, sizeL );
765 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ( rowL - 1 ) * imgWidthL + imgOffsL;