Home | History | Annotate | Download | only in b_ImageEm

Lines Matching full:uint32

115 									   uint32 levelA )
117 uint32 iL;
118 uint32 offsL = 0;
119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE;
124 bbs_ERROR2( "uint8* bim_UInt8PyramidalImage_arrPtr( struct bim_UInt8PyramidalImage* ptrA, uint32 levelA ):\n"
139 uint32 bim_UInt8PyramidalImage_heapSize( struct bbs_Context* cpA,
141 uint32 widthA,
142 uint32 heightA,
143 uint32 depthA )
145 uint32 baseSizeL = widthA * heightA;
146 uint32 sizeL = 0;
147 uint32 iL;
167 uint32 widthA, uint32 heightA,
168 uint32 depthA,
171 uint32 baseSizeL = widthA * heightA;
172 uint32 sizeL = 0;
173 uint32 iL;
188 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1;
191 bbs_ERROR0( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
197 bbs_ERROR1( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
215 uint32 widthA,
216 uint32 heightA,
217 uint32 depthA )
219 uint32 baseSizeL = widthA * heightA;
220 uint32 sizeL = 0;
221 uint32 iL;
224 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1;
227 bbs_ERROR0( "void bim_UInt8PyramidalImage_size( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
234 bbs_ERROR1( "void bim_UInt8PyramidalImage_size( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
251 bbs_ERROR0( "void bim_UInt8PyramidalImage_size( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
269 uint32 bim_UInt8PyramidalImage_memSize( struct bbs_Context* cpA,
272 return bbs_SIZEOF16( uint32 )
273 + bbs_SIZEOF16( uint32 ) /* version */
282 uint32 bim_UInt8PyramidalImage_memWrite( struct bbs_Context* cpA,
286 uint32 memSizeL = bim_UInt8PyramidalImage_memSize( cpA, ptrA );
298 uint32 bim_UInt8PyramidalImage_memRead( struct bbs_Context* cpA,
303 uint32 memSizeL, versionL, widthL, heightL, depthL;
318 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bim_UInt8PyramidalImage_memRead( const struct bim_UInt8PyramidalImage* ptrA, const void* memPtrA ):\n"
351 uint32 iL, jL, layerL, widthL, heightL;
381 uint32 depthA )