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

Function Row

czxing/src/main/cpp/zxing/src/pdf417/PDFReader.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145static int Row(CodeWord rowIndicator)
146{
147 return (rowIndicator.code / 30) * 3 + rowIndicator.cluster / 3;
148}
149
150constexpr FixedPattern<8, 17> START_PATTERN = { 8, 1, 1, 1, 1, 1, 1, 3 };
151

Callers 2

ReadSymbolInfoFunction · 0.85
ReadCodeWordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected