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

Method step

czxing/src/main/cpp/zxing/src/BitMatrixCursor.h:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 this_t& setDirection(PointI dir) { return d = dir, *this; }
97
98 bool step(typename POINT::value_t s = 1)
99 {
100 p += s * d;
101 return isIn(p);
102 }
103
104 this_t movedBy(POINT o) const noexcept { return {*img, p + o, d}; }
105 this_t turnedBack() const noexcept { return {*img, p, back()}; }

Callers 5

GetBlackPointOnSegmentFunction · 0.80
CheckSymmetricPatternFunction · 0.80
TraceLineFunction · 0.80
DecodePureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected