Searched refs:mbIDAT (Results 1 – 1 of 1) sorted by relevance
150 sal_Bool mbIDAT; // sal_True if finished with enough IDAT chunks member in vcl::PNGReaderImpl214 mbIDAT( sal_False ), in PNGReaderImpl()395 while( mbStatus && !mbIDAT && ReadNextChunk() ) in GetBitmapEx()407 if ( !mbIgnoreGammaChunk && ( mbIDAT == sal_False ) ) in GetBitmapEx()421 if ( !mbIDAT ) // the tRNS chunk must precede the IDAT in GetBitmapEx()428 if ( ( mbIDAT == sal_False ) && mbPalette ) // before the 'IDAT' and after the in GetBitmapEx()453 if ( !mbIDAT && mnChunkLen == 9 ) in GetBitmapEx()494 if( !mbStatus || !mbIDAT ) in GetBitmapEx()559 mbIDAT = mbAlphaChannel = mbTransparent = sal_False; in ImplReadHeader()997 mbIDAT = true; in ImplReadIDAT()[all …]
Completed in 19 milliseconds