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

Method height

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

Source from the content-addressed store, hash-verified

129 int width() const { return _width; }
130
131 int height() const { return _height; }
132
133 bool empty() const { return _bits.empty(); }
134

Callers 2

ToBitMatrixFunction · 0.45
ToMatrixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected