Searched refs:mpScanline (Results 1 – 1 of 1) sorted by relevance
160 sal_uInt8* mpScanline; member in vcl::PNGReaderImpl221 mpScanline(0), in PNGReaderImpl()269 delete[] mpScanline; in ~PNGReaderImpl()1396 if(!mpScanline) in ImplDrawScanline()1401 mpScanline = new sal_uInt8[maOrigSize.Width() * 3]; in ImplDrawScanline()1415 OSL_ENSURE(mpScanline, "No Scanline allocated (!)"); in ImplDrawScanline()1421 sal_uInt8* pScanline(mpScanline); in ImplDrawScanline()1540 if(bDoDirectScanline && !mpScanline) in ImplDrawScanline()1546 mpScanline = new sal_uInt8[maOrigSize.Width() * 3]; in ImplDrawScanline()1553 OSL_ENSURE(mpScanline, "No Scanline allocated (!)"); in ImplDrawScanline()[all …]
Completed in 28 milliseconds