Lines Matching refs:heightA
141 uint32 widthA, uint32 heightA, in bim_UInt16BytePyrImage_heapSize() argument
144 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_heapSize()
166 uint32 widthA, uint32 heightA, in bim_UInt16BytePyrImage_create() argument
170 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_create()
177 bim_UInt16BytePyrImage_size( cpA, ptrA, widthA, heightA, depthA ); in bim_UInt16BytePyrImage_create()
190 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt16BytePyrImage_create()
200 ptrA->heightE = heightA; in bim_UInt16BytePyrImage_create()
215 uint32 heightA, in bim_UInt16BytePyrImage_size() argument
218 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_size()
231 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt16BytePyrImage_size()
240 ptrA->heightE = heightA; in bim_UInt16BytePyrImage_size()