Searched refs:mbIDAT (Results 1 – 1 of 1) sorted by relevance
149 sal_Bool mbIDAT; // sal_True if finished with enough IDAT chunks member in vcl::PNGReaderImpl213 mbIDAT( sal_False ), in PNGReaderImpl()394 while( mbStatus && !mbIDAT && ReadNextChunk() ) in GetBitmapEx()406 if ( !mbIgnoreGammaChunk && ( mbIDAT == sal_False ) ) in GetBitmapEx()420 if ( !mbIDAT ) // the tRNS chunk must precede the IDAT in GetBitmapEx()427 if ( ( mbIDAT == sal_False ) && mbPalette ) // before the 'IDAT' and after the in GetBitmapEx()443 if ( !mbIDAT && mnChunkLen == 9 ) in GetBitmapEx()484 if( !mbStatus || !mbIDAT ) in GetBitmapEx()549 mbIDAT = mbAlphaChannel = mbTransparent = sal_False; in ImplReadHeader()987 mbIDAT = true; in ImplReadIDAT()[all …]
Completed in 22 milliseconds