Searched refs:mpScanCurrent (Results 1 – 1 of 1) sorted by relevance
114 sal_uInt8* mpScanCurrent; // pointer into the current scanline member in vcl::PNGReaderImpl674 mpScanCurrent = mpInflateInBuf; in ImplReadHeader()971 sal_Int32 nToRead = mnScansize - (mpScanCurrent - mpInflateInBuf); in ImplReadIDAT()972 sal_Int32 nRead = mpZCodec->ReadAsynchron( aIStrm, mpScanCurrent, nToRead ); in ImplReadIDAT()980 mpScanCurrent += nRead; // more ZStream data in the next IDAT chunk in ImplReadIDAT()985 mpScanCurrent = mpInflateInBuf; in ImplReadIDAT()
Completed in 19 milliseconds