Home
last modified time | relevance | path

Searched defs:mask5 (Results 1 – 2 of 2) sorted by relevance

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