Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx78 sal_uInt32 mnBitsPerPixel; member in TIFFWriter
202 mnBitsPerPixel = aBmp.GetBitCount(); in WriteTIFF()
205 mnBitsPerPixel = in WriteTIFF()
206mnBitsPerPixel <= 1 ? 1 : mnBitsPerPixel <= 4 ? 4 : mnBitsPerPixel <= 8 ? 8 : 24; in WriteTIFF()
266 if ( mnWidth && mnHeight && mnBitsPerPixel && mbStatus ) in ImplWriteHeader()
283 ImplWriteTag( BitsPerSample, 3, 1, ( mnBitsPerPixel == 24 ) ? 8 : mnBitsPerPixel ); in ImplWriteHeader()
286 switch ( mnBitsPerPixel ) in ImplWriteHeader()
305 ImplWriteTag( SamplesPerPixel, 3, 1, ( mnBitsPerPixel == 24 ) ? 3 : 1 ); in ImplWriteHeader()
313 if ( mnBitsPerPixel != 1 ) in ImplWriteHeader()
316 if ( ( mnBitsPerPixel == 4 ) || ( mnBitsPerPixel == 8 ) ) in ImplWriteHeader()
[all …]
/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx99 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()
[all …]
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx470 const sal_Int32 mnBitsPerPixel; member in __anon554ec64b0111::TestBitmap
474 …virtual ::sal_Bool SAL_CALL hasAlpha( ) throw (uno::RuntimeException) { return mnBitsPerPixel != … in hasAlpha()
492 const sal_Int32 nScanlineLen = (nWidth * mnBitsPerPixel + 7)/8; in getData()
500 if( mnBitsPerPixel == 8 ) in getData()
536 if( mnBitsPerPixel == 8 ) in getPalette()
545 const sal_Int32 nScanlineLen = (maSize.Width * mnBitsPerPixel + 7)/8; in getMemoryLayout()
683 return mnBitsPerPixel; in getBitsPerPixel()
733 const sal_Int32 nBytesPerPixel(mnBitsPerPixel == 8 ? 1 : 4); in convertIntegerToARGB()
770 const sal_Int32 nBytesPerPixel(mnBitsPerPixel == 8 ? 1 : 4); in convertIntegerToPARGB()
831 mnBitsPerPixel( bPalette ? 8 : 32 ) in TestBitmap()
/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx64 mnBitsPerPixel ( 0 ), in GraphicDescriptor()
133 mnBitsPerPixel = 0; in implCreate()
180 mnBitsPerPixel = aDescriptor.GetBitsPerPixel(); in implCreate()
472 nBitsPerPixel = mnBitsPerPixel; in _getPropertyValues()
H A Ddescriptor.hxx122 sal_uInt16 mnBitsPerPixel; member in unographic::GraphicDescriptor

Completed in 30 milliseconds