Searched refs:bGreys (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 649 bGreys = aConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "ColorMode" ) ), 0 ) != 0; in JPEGWriter() 689 if ( bGreys ) in GetScanline() 701 if ( bGreys ) in GetScanline() 729 if ( bGreys ) in Write() 737 if ( !bGreys ) // bitmap was not explicitely converted into greyscale, in Write() 754 bGreys = sal_True; in Write() 758 *pExpWasGrey = bGreys; in Write() 765 …pBuffer = new sal_uInt8[ AlignedWidth4Bytes( bGreys ? pAcc->Width() * 8L : pAcc->Width() * 24L ) ]; in Write() 769 …bRet = (sal_Bool) WriteJPEG( this, &rOStm, pAcc->Width(), pAcc->Height(), bGreys, nQuality, &aCall… in Write()
|
H A D | jpegc.c | 220 long nWidth, long nHeight, long bGreys, in WriteJPEG() argument 246 if ( bGreys ) in WriteJPEG()
|
/aoo4110/main/svtools/source/inc/ |
H A D | jpeg.hxx | 95 sal_Bool bGreys; member in JPEGWriter
|
Completed in 25 milliseconds