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

Method set

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

Source from the content-addressed store, hash-verified

84
85 bool get(int x, int y) const { return get(y * _width + x); }
86 void set(int x, int y, bool val = true) { get(y * _width + x) = val * SET_V; }
87
88 /**
89 * <p>Flips the given bit.</p>

Callers 2

ToBitMatrixFunction · 0.45
ToMatrixFunction · 0.45

Calls 2

setFunction · 0.85
getFunction · 0.50

Tested by

no test coverage detected