Searched refs:mask6 (Results 1 – 2 of 2) sorted by relevance
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ | ||
| D | QRcode.php | 1001 protected function mask6($x, $y) { function in jucksearm\\barcode\\lib\\QRcode |
| /plugin/qrcode2/ | ||
| D | phpqrcode.php | 2566 public function mask6($x, $y) { return ((($x*$y)&1)+($x*$y)%3)&1; } function in QRmask |