Home
last modified time | relevance | path

Searched refs:mbIDAT (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpngread.cxx148 sal_Bool mbIDAT; // sal_True if finished with enough IDAT chunks member in vcl::PNGReaderImpl
212 mbIDAT( sal_False ), in PNGReaderImpl()
393 while( mbStatus && !mbIDAT && ReadNextChunk() ) in GetBitmapEx()
405 if ( !mbIgnoreGammaChunk && ( mbIDAT == sal_False ) ) in GetBitmapEx()
419 … if ( !mbIDAT ) // the tRNS chunk must precede the IDAT in GetBitmapEx()
426 … if ( ( mbIDAT == sal_False ) && mbPalette ) // before the 'IDAT' and after the in GetBitmapEx()
435 … else if ( !mbIDAT ) // the gfx is finished, but there may be left a zlibCRC of about 4Bytes in GetBitmapEx()
451 if ( !mbIDAT && mnChunkLen == 9 ) in GetBitmapEx()
470 mbStatus = mbIDAT; // there is a problem if the image is not complete yet in GetBitmapEx()
492 if( !mbStatus || !mbIDAT ) in GetBitmapEx()
[all …]