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

Method data

czxing/src/main/cpp/zxing/src/ReadBarcode.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 LumImage(int w, int h) : LumImage(std::make_unique<uint8_t[]>(w * h), w, h) {}
31
32 uint8_t* data() { return _memory.get(); }
33};
34
35template<typename P>

Callers 3

ExtractLumFunction · 0.45
addLayerMethod · 0.45
SetupLumImageViewFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected