Home
last modified time | relevance | path

Searched refs:getModule (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.4.0/src/extra/libs/qrcode/
Dqrcodegen.c78 testable bool getModule(const uint8_t qrcode[], int x, int y);
584 if (!getModule(qrcode, x, y) && i < dataLen * 8) { in drawCodewords()
608 if (getModule(functionModules, x, y)) in applyMask()
622 bool val = getModule(qrcode, x, y); in applyMask()
641 if (getModule(qrcode, x, y) == color) { in getPenaltyScore()
651 color = getModule(qrcode, x, y); in getPenaltyScore()
667 if (getModule(qrcode, x, y) == color) { in getPenaltyScore()
677 color = getModule(qrcode, x, y); in getPenaltyScore()
691 bool color = getModule(qrcode, x, y); in getPenaltyScore()
692 if ( color == getModule(qrcode, x + 1, y) && in getPenaltyScore()
[all …]