Searched refs:newBmpInfo (Results 1 – 1 of 1) sorted by relevance
133 BitmapInfo newBmpInfo = BitmapInfo::create(m_bmpInfo.size(), BitmapInfo::BitCount16); in to16bit() local135 int width = newBmpInfo.width(); in to16bit()136 int paddedWidth = newBmpInfo.paddedWidth(); in to16bit()137 int bufferSize = paddedWidth * newBmpInfo.height(); in to16bit()164 m_bmpInfo = newBmpInfo; in to16bit()