Lines Matching refs:mnBitsPerPixel
99 sal_uInt8 mnBitsPerPixel; member in vcl::PNGWriterImpl
159 mnBitsPerPixel = (sal_uInt8)aBmp.GetBitCount(); in PNGWriterImpl()
163 if ( mnBitsPerPixel <= 8 && rBmpEx.IsAlpha() ) in PNGWriterImpl()
166 mnBitsPerPixel = 24; in PNGWriterImpl()
169 if ( mnBitsPerPixel <= 8 ) // transparent palette in PNGWriterImpl()
173 mnBitsPerPixel = 8; in PNGWriterImpl()
313 if ( mnWidth && mnHeight && mnBitsPerPixel && mbStatus ) in ImplWriteHeader()
315 sal_uInt8 nBitDepth = mnBitsPerPixel; in ImplWriteHeader()
316 if ( mnBitsPerPixel <= 8 ) in ImplWriteHeader()
404 mnDeflateInSize = mnBitsPerPixel; in ImplWriteIDAT()
511 switch ( mnBitsPerPixel ) in ImplGetFilter()