Searched defs:isDark (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/ |
D | index.js | 42 isDark : function(row, col) { method in QRCode
|
/third_party/qrcodegen/c/ |
D | qrcodegen.c | 779 testable void setModuleBounded(uint8_t qrcode[], int x, int y, bool isDark) { in setModuleBounded() 793 testable void setModuleUnbounded(uint8_t qrcode[], int x, int y, bool isDark) { in setModuleUnbounded()
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
D | QrCode.java | 418 private void setFunctionModule(int x, int y, boolean isDark) { in setFunctionModule()
|
/third_party/qrcodegen/cpp/ |
D | qrcodegen.cpp | 485 void QrCode::setFunctionModule(int x, int y, bool isDark) { in setFunctionModule()
|