addEccAndInterleave(const std::vector< std::uint8_t > &data) const | qrcodegen::QrCode | private |
applyMask(int msk) | qrcodegen::QrCode | private |
drawAlignmentPattern(int x, int y) | qrcodegen::QrCode | private |
drawCodewords(const std::vector< std::uint8_t > &data) | qrcodegen::QrCode | private |
drawFinderPattern(int x, int y) | qrcodegen::QrCode | private |
drawFormatBits(int msk) | qrcodegen::QrCode | private |
drawFunctionPatterns() | qrcodegen::QrCode | private |
drawVersion() | qrcodegen::QrCode | private |
Ecc enum name | qrcodegen::QrCode | |
ECC_CODEWORDS_PER_BLOCK | qrcodegen::QrCode | privatestatic |
encodeBinary(const std::vector< std::uint8_t > &data, Ecc ecl) | qrcodegen::QrCode | static |
encodeSegments(const std::vector< QrSegment > &segs, Ecc ecl, int minVersion=1, int maxVersion=40, int mask=-1, bool boostEcl=true) | qrcodegen::QrCode | static |
encodeText(const char *text, Ecc ecl) | qrcodegen::QrCode | static |
errorCorrectionLevel | qrcodegen::QrCode | private |
finderPenaltyAddHistory(int currentRunLength, std::array< int, 7 > &runHistory) const | qrcodegen::QrCode | private |
finderPenaltyCountPatterns(const std::array< int, 7 > &runHistory) const | qrcodegen::QrCode | private |
finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array< int, 7 > &runHistory) const | qrcodegen::QrCode | private |
getAlignmentPatternPositions() const | qrcodegen::QrCode | private |
getBit(long x, int i) | qrcodegen::QrCode | privatestatic |
getErrorCorrectionLevel() const | qrcodegen::QrCode | |
getFormatBits(Ecc ecl) | qrcodegen::QrCode | privatestatic |
getMask() const | qrcodegen::QrCode | |
getModule(int x, int y) const | qrcodegen::QrCode | |
getNumDataCodewords(int ver, Ecc ecl) | qrcodegen::QrCode | privatestatic |
getNumRawDataModules(int ver) | qrcodegen::QrCode | privatestatic |
getPenaltyScore() const | qrcodegen::QrCode | private |
getSize() const | qrcodegen::QrCode | |
getVersion() const | qrcodegen::QrCode | |
isFunction | qrcodegen::QrCode | private |
mask | qrcodegen::QrCode | private |
MAX_VERSION | qrcodegen::QrCode | static |
MIN_VERSION | qrcodegen::QrCode | static |
module(int x, int y) const | qrcodegen::QrCode | private |
modules | qrcodegen::QrCode | private |
NUM_ERROR_CORRECTION_BLOCKS | qrcodegen::QrCode | privatestatic |
PENALTY_N1 | qrcodegen::QrCode | privatestatic |
PENALTY_N2 | qrcodegen::QrCode | privatestatic |
PENALTY_N3 | qrcodegen::QrCode | privatestatic |
PENALTY_N4 | qrcodegen::QrCode | privatestatic |
QrCode(int ver, Ecc ecl, const std::vector< std::uint8_t > &dataCodewords, int msk) | qrcodegen::QrCode | |
reedSolomonComputeDivisor(int degree) | qrcodegen::QrCode | privatestatic |
reedSolomonComputeRemainder(const std::vector< std::uint8_t > &data, const std::vector< std::uint8_t > &divisor) | qrcodegen::QrCode | privatestatic |
reedSolomonMultiply(std::uint8_t x, std::uint8_t y) | qrcodegen::QrCode | privatestatic |
setFunctionModule(int x, int y, bool isDark) | qrcodegen::QrCode | private |
size | qrcodegen::QrCode | private |
version | qrcodegen::QrCode | private |