Home
last modified time | relevance | path

Searched refs:mnDestBitDepth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx99 sal_uInt16 mnDestBitDepth; member in TGAReader
155 … aBitmap = Bitmap( Size( mpFileHeader->nImageWidth, mpFileHeader->nImageHeight ), mnDestBitDepth ); in ReadTGA()
245 mnDestBitDepth = mpFileHeader->nPixelDepth; in ImplReadHeader()
247 …if ( mnDestBitDepth == 8 ) // this is a patch for grayscale pictures not includin… in ImplReadHeader()
250 if ( mnDestBitDepth > 32 ) // maybe the pixeldepth is invalid in ImplReadHeader()
252 else if ( mnDestBitDepth > 8 ) in ImplReadHeader()
253 mnDestBitDepth = 24; in ImplReadHeader()
254 else if ( mnDestBitDepth > 4 ) in ImplReadHeader()
255 mnDestBitDepth = 8; in ImplReadHeader()
256 else if ( mnDestBitDepth > 2 ) in ImplReadHeader()
[all …]
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx74 sal_uInt16 mnDestBitDepth; member in PSDReader
124 maBmp = Bitmap( aBitmapSize, mnDestBitDepth ); in ReadPSD()
202 mnDestBitDepth = ( nDepth == 16 ) ? 8 : nDepth; in ImplReadHeader()
212 mnDestBitDepth = 24; in ImplReadHeader()
227 mnDestBitDepth = 24; in ImplReadHeader()
350 switch ( mnDestBitDepth ) in ImplReadBody()