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

Function IsLeftPair

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

Source from the content-addressed store, hash-verified

27}
28
29static bool IsLeftPair(const PatternView& v)
30{
31 return IsFinder(v[8], v[9], v[10], v[11], v[12]) && IsGuard(v[-1], v[11]) && IsCharacterPair(v, 16, 15);
32}
33
34static bool IsRightPair(const PatternView& v)
35{

Callers 1

decodePatternMethod · 0.85

Calls 3

IsFinderFunction · 0.85
IsGuardFunction · 0.85
IsCharacterPairFunction · 0.70

Tested by

no test coverage detected