Lines Matching refs:mbStatus
148 sal_Bool mbStatus; member in vcl::PNGReaderImpl
212 mbStatus( sal_True), in PNGReaderImpl()
241 mbStatus = (nDummy == 0x89504e47); in PNGReaderImpl()
243 mbStatus &= (nDummy == 0x0d0a1a0a); in PNGReaderImpl()
391 mbStatus = (mnChunkType == PNGCHUNK_IHDR) && ImplReadHeader( rPreviewSizeHint ); in GetBitmapEx()
394 while( mbStatus && !mbIDAT && ReadNextChunk() ) in GetBitmapEx()
400 mbStatus = false; // only one IHDR possible in GetBitmapEx()
414 mbStatus = ImplReadPalette(); in GetBitmapEx()
421 mbStatus = ImplReadTransparent(); in GetBitmapEx()
435 mbStatus = sal_False; in GetBitmapEx()
462 mbStatus = mbIDAT; // there is a problem if the image is not complete yet in GetBitmapEx()
484 if( !mbStatus || !mbIDAT ) in GetBitmapEx()
769 mbStatus = sal_False; in ImplReadPalette()
771 return mbStatus; in ImplReadPalette()
965 mbStatus = sal_False; in ImplReadIDAT()
1373 mbStatus = sal_False; in ImplDrawScanline()