MCPcopy Create free account
hub / github.com/devilsen/CZXing / flipAll

Method flipAll

czxing/src/main/cpp/zxing/src/BitMatrix.h:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void flipAll()
101 {
102 for (auto& i : _bits)
103 i = !i * SET_V;
104 }
105
106 /**
107 * <p>Sets a square region of the bit matrix to true.</p>

Callers 1

invertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected