Home
last modified time | relevance | path

Searched refs:mnScansize (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dpngread.cxx123 sal_uInt32 mnScansize; // max size of scanline member in vcl::PNGReaderImpl
670 mnScansize = static_cast< sal_uInt32 >( nScansize64 ); in ImplReadHeader()
673 mpInflateInBuf = new (std::nothrow) sal_uInt8[ mnScansize ]; in ImplReadHeader()
675 mpScanPrior = new (std::nothrow) sal_uInt8[ mnScansize ]; in ImplReadHeader()
1057 mnScansize = nScanWidth; in ImplPreparePass()
1060 mnScansize = 3 * nScanWidth; in ImplPreparePass()
1063 mnScansize += nScanWidth; in ImplPreparePass()
1066 mnScansize = ( mnScansize*mnPngDepth + 7 ) >> 3; in ImplPreparePass()
1069 rtl_zeroMemory( mpScanPrior, mnScansize ); in ImplPreparePass()
1080 OSL_ASSERT( mnScansize >= mnBPP + 1 ); in ImplApplyFilter()
[all …]

Completed in 13 milliseconds