Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1011 protected function mask7($x, $y) { function in jucksearm\\barcode\\lib\\QRcode
/plugin/qrcode2/
H A Dphpqrcode.php2567 public function mask7($x, $y) { return ((($x*$y)%3)+(($x+$y)&1))&1; } function in QRmask