Lines Matching refs:mbStatus
149 sal_Bool mbStatus; member in vcl::PNGReaderImpl
213 mbStatus( sal_True), in PNGReaderImpl()
242 mbStatus = (nDummy == 0x89504e47); in PNGReaderImpl()
244 mbStatus &= (nDummy == 0x0d0a1a0a); in PNGReaderImpl()
392 mbStatus = (mnChunkType == PNGCHUNK_IHDR) && ImplReadHeader( rPreviewSizeHint ); in GetBitmapEx()
395 while( mbStatus && !mbIDAT && ReadNextChunk() ) in GetBitmapEx()
401 mbStatus = false; // only one IHDR possible in GetBitmapEx()
415 mbStatus = ImplReadPalette(); in GetBitmapEx()
422 mbStatus = ImplReadTransparent(); in GetBitmapEx()
436 mbStatus = sal_False; in GetBitmapEx()
445 mbStatus = sal_False; in GetBitmapEx()
472 mbStatus = mbIDAT; // there is a problem if the image is not complete yet in GetBitmapEx()
494 if( !mbStatus || !mbIDAT ) in GetBitmapEx()
779 mbStatus = sal_False; in ImplReadPalette()
781 return mbStatus; in ImplReadPalette()
975 mbStatus = sal_False; in ImplReadIDAT()
1383 mbStatus = sal_False; in ImplDrawScanline()