Searched refs:qrcodegen_getModule (Results 1 – 5 of 5) sorted by relevance
/third_party/qrcodegen/c/ |
D | qrcodegen-test.c | 408 bool color = qrcodegen_getModule(qrcode, x, y); in testInitializeFunctionModulesEtc() 460 assert(qrcodegen_getModule(qrcode, x, y) == false); in testGetSetModule() 468 assert(qrcodegen_getModule(qrcode, x, y) == true); in testGetSetModule() 480 assert(qrcodegen_getModule(qrcode, x, y) == true); in testGetSetModule() 489 assert(qrcodegen_getModule(qrcode, x, y) != light); in testGetSetModule() 504 modules[y][x] = qrcodegen_getModule(qrcode, x, y); in testGetSetModuleRandomly() 515 assert(qrcodegen_getModule(qrcode, x, y) == oldColor); in testGetSetModuleRandomly()
|
D | qrcodegen.h | 380 bool qrcodegen_getModule(const uint8_t qrcode[], int x, int y);
|
D | Readme.markdown | 58 (... paint qrcodegen_getModule(qr0, x, y) ...)
|
D | qrcodegen-demo.c | 330 fputs((qrcodegen_getModule(qrcode, x, y) ? "##" : " "), stdout); in printQr()
|
D | qrcodegen.c | 762 bool qrcodegen_getModule(const uint8_t qrcode[], int x, int y) { in qrcodegen_getModule() function
|