Searched refs:nCompression (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | dibtools.cxx | 94 sal_uInt32 nCompression; member 107 nCompression(0), in DIBInfoHeader() 201 …if(nUsed < rHeader.nSize) { rIStm >> rHeader.nCompression; nUsed += sizeof(rHeader.nCompression);… in ImplReadDIBInfoHeader() 403 …bool bRLE((RLE_8 == rHeader.nCompression && 8 == rHeader.nBitCount) || (RLE_4 == rHeader.nCompress… in ImplReadDIBBits() 431 if(bTCMask && BITFIELDS == rHeader.nCompression) in ImplReadDIBBits() 452 ImplDecodeRLE(pBuffer, rHeader, rAcc, RLE_4 == rHeader.nCompression); in ImplReadDIBBits() 683 if(ZCOMPRESS == aHeader.nCompression) in ImplReadDIBBody() 691 rIStm >> nCodedSize >> nUncodedSize >> aHeader.nCompression; in ImplReadDIBBody() 964 …rOStm, BitmapReadAccess& rAcc, BitmapReadAccess* pAccAlpha, sal_uLong nCompression, sal_uInt32& rI… in ImplWriteDIBBits() argument 966 if(!pAccAlpha && BITFIELDS == nCompression) in ImplWriteDIBBits() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/itiff/ |
| H A D | itiff.cxx | 78 sal_uLong nCompression; // Art der Kompriemierung member in TIFFReader 307 nCompression = ReadIntData(); in ReadTagData() 308 OOODEBUG("Compression",nCompression); in ReadTagData() 493 if ( nCompression == 1 || nCompression == 32771 ) in ReadMap() 497 if ( nCompression == 1 ) in ReadMap() 518 else if ( nCompression == 2 || nCompression == 3 || nCompression == 4 ) in ReadMap() 521 if ( nCompression == 2 ) in ReadMap() 525 else if ( nCompression == 3 ) in ReadMap() 577 else if ( nCompression == 5 ) in ReadMap() 606 else if ( nCompression == 32773 ) in ReadMap() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/ipsd/ |
| H A D | ipsd.cxx | 177 sal_uInt16 nCompression; in ImplReadHeader() local 323 *mpPSD >> nCompression; in ImplReadHeader() 324 if ( nCompression == 0 ) in ImplReadHeader() 328 else if ( nCompression == 1 ) in ImplReadHeader()
|
| /AOO41X/main/svtools/source/filter/ |
| H A D | filter2.cxx | 177 sal_uInt32 nCompression; in ImpDetectBMP() local 200 bCompressed = ( ( nCompression = nTemp32 ) > 0 ); in ImpDetectBMP() 215 if ( ( nBitsPerPixel > 24 ) || ( nCompression > 3 ) ) in ImpDetectBMP()
|
| H A D | exportdialog.cxx | 927 …sal_Int32 nCompression = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Com… in createFilterOptions() local 928 if ( ( nCompression < 1 ) || ( nCompression > 9 ) ) in createFilterOptions() 929 nCompression = 6; in createFilterOptions()
|
| /AOO41X/main/svtools/source/filter/wmf/ |
| H A D | emfwr.cxx | 756 …sal_uInt32 nDIBSize = aMemStm.Tell(), nHeaderSize, nCompression, nColsUsed, nPalCount, nImageSize; in ImplWriteBmpRecord() local 763 aMemStm >> nBitCount >> nCompression >> nImageSize; in ImplWriteBmpRecord() 768 ( ( 3 == nCompression ) ? 12 : 0 ); in ImplWriteBmpRecord()
|
| /AOO41X/main/sd/source/filter/html/ |
| H A D | pubdlg.cxx | 161 …sal_Int32 nCompression = aFilterConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( KEY_QUA… in SdPublishingDesign() local 162 m_aCompression = UniString::CreateFromInt32( nCompression ); in SdPublishingDesign()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | editeng.hxx | 187 void SetAsianCompressionMode( sal_uInt16 nCompression );
|