Cleanup: Use Bitflags For Booleans.

This commit is contained in:
2021-03-29 16:45:49 +02:00
parent ca516e78c4
commit fe60062a99
46 changed files with 170 additions and 218 deletions

View File

@@ -1317,7 +1317,7 @@ DoubleEdgeMaskOperation::DoubleEdgeMaskOperation()
this->m_inputOuterMask = nullptr;
this->m_adjacentOnly = false;
this->m_keepInside = false;
this->setComplex(true);
this->flags.complex = true;
}
bool DoubleEdgeMaskOperation::determineDependingAreaOfInterest(rcti * /*input*/,