Searched refs:mpScanline (Results 1 – 1 of 1) sorted by relevance
161 sal_uInt8* mpScanline; member in vcl::PNGReaderImpl222 mpScanline(0), in PNGReaderImpl()270 delete[] mpScanline; in ~PNGReaderImpl()1406 if(!mpScanline) in ImplDrawScanline()1411 mpScanline = new sal_uInt8[maOrigSize.Width() * 3]; in ImplDrawScanline()1425 OSL_ENSURE(mpScanline, "No Scanline allocated (!)"); in ImplDrawScanline()1431 sal_uInt8* pScanline(mpScanline); in ImplDrawScanline()1550 if(bDoDirectScanline && !mpScanline) in ImplDrawScanline()1556 mpScanline = new sal_uInt8[maOrigSize.Width() * 3]; in ImplDrawScanline()1563 OSL_ENSURE(mpScanline, "No Scanline allocated (!)"); in ImplDrawScanline()[all …]
Completed in 18 milliseconds