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

Method front

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

Source from the content-addressed store, hash-verified

70 bool isWhite() const noexcept { return whiteAt(p); }
71
72 POINT front() const noexcept { return d; }
73 POINT back() const noexcept { return {-d.x, -d.y}; }
74 POINT left() const noexcept { return {d.y, -d.x}; }
75 POINT right() const noexcept { return {-d.y, d.x}; }

Callers 15

FirstOrDefaultFunction · 0.80
PriceFunction · 0.80
leadingCoefficientMethod · 0.80
GenericGFPolyClass · 0.80
HRIFromGS1Function · 0.80
ForEachECIBlockMethod · 0.80
evaluateMethod · 0.80
lengthMethod · 0.80
isHighResMethod · 0.80
Utf8CountBytesFunction · 0.80
AppendToUtf8Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected