Searched refs:mnBitsPerPixel (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/filter/source/graphicfilter/etiff/ |
| H A D | etiff.cxx | 78 sal_uInt32 mnBitsPerPixel; member in TIFFWriter 202 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() 308 ImplWriteTag( StripByteCounts, 4, 1, ( ( mnWidth * mnBitsPerPixel * mnHeight ) + 7 ) >> 3 ); in ImplWriteHeader() 313 if ( mnBitsPerPixel != 1 ) in ImplWriteHeader() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pngwrite.cxx | 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() [all …]
|
| /AOO41X/main/vcl/test/ |
| H A D | canvasbitmaptest.cxx | 470 const sal_Int32 mnBitsPerPixel; member in __anonc8ea7c7b0111::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()
|
| /AOO41X/main/svtools/source/graphic/ |
| H A D | descriptor.cxx | 64 mnBitsPerPixel ( 0 ), in GraphicDescriptor() 133 mnBitsPerPixel = 0; in implCreate() 180 mnBitsPerPixel = aDescriptor.GetBitsPerPixel(); in implCreate() 472 nBitsPerPixel = mnBitsPerPixel; in _getPropertyValues()
|
| H A D | descriptor.hxx | 122 sal_uInt16 mnBitsPerPixel; member in unographic::GraphicDescriptor
|