Lines Matching full:uint32
115 uint32 levelA )
117 uint32 iL;
118 uint32 offsL = 0;
119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1;
124 bbs_ERROR2( "uint16* bim_UInt16BytePyrImage_arrPtr( struct bim_UInt16BytePyrImage*, uint32 levelA ):\n"
139 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA,
141 uint32 widthA, uint32 heightA,
142 uint32 depthA )
144 uint32 baseSizeL = ( widthA * heightA ) >> 1;
145 uint32 sizeL = 0;
146 uint32 iL;
166 uint32 widthA, uint32 heightA,
167 uint32 depthA,
170 uint32 baseSizeL = ( widthA * heightA ) >> 1;
171 uint32 sizeL = 0;
172 uint32 iL;
183 uint32 depthMaskL = ( ( int32 )1 << ( depthA - 1 ) ) - 1;
186 bbs_ERROR0( "void bim_UInt16BytePyrImage_create( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
192 bbs_ERROR1( "void bim_UInt16BytePyrImage_create( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
214 uint32 widthA,
215 uint32 heightA,
216 uint32 depthA )
218 uint32 baseSizeL = ( widthA * heightA ) >> 1;
219 uint32 sizeL = 0;
220 uint32 iL;
223 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1;
226 bbs_ERROR0( "void bim_UInt16BytePyrImage_size( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
233 bbs_ERROR1( "void bim_UInt16BytePyrImage_size( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
250 bbs_ERROR0( "void bim_UInt16BytePyrImage_size( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
268 uint32 bim_UInt16BytePyrImage_memSize( struct bbs_Context* cpA,
271 return bbs_SIZEOF16( uint32 )
272 + bbs_SIZEOF16( uint32 ) /* version */
281 uint32 bim_UInt16BytePyrImage_memWrite( struct bbs_Context* cpA,
285 uint32 memSizeL = bim_UInt16BytePyrImage_memSize( cpA, ptrA );
297 uint32 bim_UInt16BytePyrImage_memRead( struct bbs_Context* cpA,
302 uint32 memSizeL, versionL, widthL, heightL, depthL;
317 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bim_UInt16BytePyrImage_memRead( const struct bim_UInt16BytePyrImage* ptrA, const void* memPtrA ):\n"
354 uint32 widthL = dstPtrA->widthE;
355 uint32 halfWidthL = widthL >> 1;
356 uint32 heightL = dstPtrA->heightE;
400 uint32 depthA )