Lines Matching refs:GetError
259 return( ( rHeader.nPlanes == 1 ) && ( rIStm.GetError() == 0UL ) ); in ImplReadDIBInfoHeader()
286 return( rIStm.GetError() == 0UL ); in ImplReadDIBPalette()
611 return( rIStm.GetError() == 0UL ); in ImplReadDIBBits()
724 if(!pIStm->GetError()) in ImplReadDIBBody()
807 bRet = ( rIStm.GetError() == 0UL ); in ImplReadDIBFileHeader()
845 return( rOStm.GetError() == 0UL ); in ImplWriteDIBPalette()
961 return( rOStm.GetError() == 0UL ); in ImplWriteRLE()
1156 return (!rOStm.GetError()); in ImplWriteDIBBits()
1321 bRet = (ERRCODE_NONE == rOStm.GetError()); in ImplWriteDIBBody()
1353 return( rOStm.GetError() == 0UL ); in ImplWriteDIBFileHeader()
1385 if(!rIStm.GetError()) in ImplReadDIB()
1480 bool bRetval(ImplReadDIB(aBmp, 0, rIStm, true) && !rIStm.GetError()); in ReadDIBBitmapEx()
1491 bRetval = (0x25091962 == nMagic1) && (0xACB20201 == nMagic2) && !rIStm.GetError(); in ReadDIBBitmapEx()
1498 bRetval = !rIStm.GetError(); in ReadDIBBitmapEx()
1533 bRetval = !rIStm.GetError(); in ReadDIBBitmapEx()