Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ToBitMatrix
Function · 0.45
ToMatrix
Function · 0.45
Calls
2
set
Function · 0.85
get
Function · 0.50
Tested by
no test coverage detected