Searched refs:mpScanCurrent (Results 1 – 1 of 1) sorted by relevance
113 sal_uInt8* mpScanCurrent; // pointer into the current scanline member in vcl::PNGReaderImpl664 mpScanCurrent = mpInflateInBuf; in ImplReadHeader()961 sal_Int32 nToRead = mnScansize - (mpScanCurrent - mpInflateInBuf); in ImplReadIDAT()962 sal_Int32 nRead = mpZCodec->ReadAsynchron( aIStrm, mpScanCurrent, nToRead ); in ImplReadIDAT()970 mpScanCurrent += nRead; // more ZStream data in the next IDAT chunk in ImplReadIDAT()975 mpScanCurrent = mpInflateInBuf; in ImplReadIDAT()
Completed in 12 milliseconds