Searched refs:mpScanCurrent (Results 1 – 1 of 1) sorted by relevance
112 sal_uInt8* mpScanCurrent; // pointer into the current scanline member in vcl::PNGReaderImpl672 mpScanCurrent = mpInflateInBuf; in ImplReadHeader()969 sal_Int32 nToRead = mnScansize - (mpScanCurrent - mpInflateInBuf); in ImplReadIDAT()970 sal_Int32 nRead = mpZCodec->ReadAsynchron( aIStrm, mpScanCurrent, nToRead ); in ImplReadIDAT()978 mpScanCurrent += nRead; // more ZStream data in the next IDAT chunk in ImplReadIDAT()983 mpScanCurrent = mpInflateInBuf; in ImplReadIDAT()