Home
last modified time | relevance | path

Searched defs:isDark (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
Dindex.js42 isDark : function(row, col) { method in QRCode
/third_party/qrcodegen/c/
Dqrcodegen.c779 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/
DQrCode.java418 private void setFunctionModule(int x, int y, boolean isDark) { in setFunctionModule()
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp485 void QrCode::setFunctionModule(int x, int y, bool isDark) { in setFunctionModule()