Lines Matching refs:mnPngDepth

135 	sal_uInt8				mnPngDepth;		// pixel depth of PNG data  member in vcl::PNGReaderImpl
524 mnPngDepth = *(maDataIter++); in ImplReadHeader()
551 mnTargetDepth = mnPngDepth; in ImplReadHeader()
552 …sal_uInt64 nScansize64 = ( ( static_cast< sal_uInt64 >( maOrigSize.Width() ) * mnPngDepth ) + 7 ) … in ImplReadHeader()
559 switch ( mnPngDepth ) in ImplReadHeader()
583 switch ( mnPngDepth ) in ImplReadHeader()
597 switch ( mnPngDepth ) in ImplReadHeader()
617 switch ( mnPngDepth ) in ImplReadHeader()
635 switch (mnPngDepth ) in ImplReadHeader()
721 ImplGetGrayPalette( mnPngDepth ); in ImplReadHeader()
874 ImplGetGrayPalette( mnPngDepth ); in ImplGetGamma()
932 sal_uInt32 nMask = ( ( 1 << mnPngDepth ) - 1 ); in ImplScaleColor()
937 if ( mnPngDepth > 8 ) // convert 16bit graphics to 8 in ImplScaleColor()
1056 mnScansize = ( mnScansize*mnPngDepth + 7 ) >> 3; in ImplPreparePass()
1232 if ( mnPngDepth == 4 ) // check if source has a two bit pixel format in ImplDrawScanline()
1281 if ( mnPngDepth == 4 ) // maybe the source is a two bitmap graphic in ImplDrawScanline()
1323 if ( mnPngDepth == 8 ) // maybe the source is a 16 bit grayscale in ImplDrawScanline()
1336 if ( mnPngDepth == 8 ) // maybe the source is a 16 bit grayscale in ImplDrawScanline()
1349 if ( mnPngDepth == 8 ) // maybe the source is a 16 bit grayscale in ImplDrawScanline()
1385 if ( mnPngDepth == 8 ) // maybe the source has 16 bit per sample in ImplDrawScanline()
1498 if ( mnPngDepth == 8 ) // maybe the source has 16 bit per sample in ImplDrawScanline()
1549 if ( mnPngDepth == 8 ) // maybe the source has 16 bit per sample in ImplDrawScanline()