Lines Matching refs:heightA
142 uint32 heightA, in bim_UInt8PyramidalImage_heapSize() argument
145 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_heapSize()
167 uint32 widthA, uint32 heightA, in bim_UInt8PyramidalImage_create() argument
171 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_create()
182 bim_UInt8PyramidalImage_size( cpA, ptrA, widthA, heightA, depthA ); in bim_UInt8PyramidalImage_create()
195 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt8PyramidalImage_create()
205 ptrA->heightE = heightA; in bim_UInt8PyramidalImage_create()
216 uint32 heightA, in bim_UInt8PyramidalImage_size() argument
219 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_size()
232 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt8PyramidalImage_size()
241 ptrA->heightE = heightA; in bim_UInt8PyramidalImage_size()