Searched refs:depthMaskL (Results 1 – 2 of 2) sorted by relevance
188 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt8PyramidalImage_create() local195 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt8PyramidalImage_create()198 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); in bim_UInt8PyramidalImage_create()224 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt8PyramidalImage_size() local232 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt8PyramidalImage_size()235 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); in bim_UInt8PyramidalImage_size()
183 uint32 depthMaskL = ( ( int32 )1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_create() local190 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt16BytePyrImage_create()193 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); in bim_UInt16BytePyrImage_create()223 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_size() local231 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt16BytePyrImage_size()234 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); in bim_UInt16BytePyrImage_size()