Searched refs:mnBitsPerPixel (Results 1 – 5 of 5) sorted by relevance
78 sal_uInt32 mnBitsPerPixel; member in TIFFWriter202 mnBitsPerPixel = aBmp.GetBitCount(); in WriteTIFF()205 mnBitsPerPixel = in WriteTIFF()206 … mnBitsPerPixel <= 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 …]
99 sal_uInt8 mnBitsPerPixel; member in vcl::PNGWriterImpl159 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 …]
470 const sal_Int32 mnBitsPerPixel; member in __anon554ec64b0111::TestBitmap474 …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()
64 mnBitsPerPixel ( 0 ), in GraphicDescriptor()133 mnBitsPerPixel = 0; in implCreate()180 mnBitsPerPixel = aDescriptor.GetBitsPerPixel(); in implCreate()472 nBitsPerPixel = mnBitsPerPixel; in _getPropertyValues()
122 sal_uInt16 mnBitsPerPixel; member in unographic::GraphicDescriptor
Completed in 26 milliseconds