Lines Matching defs:heightA
142 uint32 heightA,
145 uint32 baseSizeL = widthA * heightA;
167 uint32 widthA, uint32 heightA,
171 uint32 baseSizeL = widthA * heightA;
182 bim_UInt8PyramidalImage_size( cpA, ptrA, widthA, heightA, depthA );
191 bbs_ERROR0( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
195 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) )
197 bbs_ERROR1( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
198 "widthA and heightA must be divisible by %i", depthMaskL + 1 );
205 ptrA->heightE = heightA;
216 uint32 heightA,
219 uint32 baseSizeL = widthA * heightA;
227 bbs_ERROR0( "void bim_UInt8PyramidalImage_size( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
232 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) )
234 bbs_ERROR1( "void bim_UInt8PyramidalImage_size( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
235 "widthA and heightA must be divisible by %i", depthMaskL + 1 );
241 ptrA->heightE = heightA;
251 bbs_ERROR0( "void bim_UInt8PyramidalImage_size( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"