Home
last modified time | relevance | path

Searched refs:newBmpInfo (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.cpp133 BitmapInfo newBmpInfo = BitmapInfo::create(m_bmpInfo.size(), BitmapInfo::BitCount16); in to16bit() local
135 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()