Searched refs:makeMask (Results 1 – 2 of 2) sorted by relevance
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 724 $masked = $this->makeMask($this->width, $this->frame, (intval(self::QR_DEFAULT_MASK) % 8), $this->level); 727 $masked = $this->makeMask($this->width, $this->frame, $mask, $this->level); 1066 * makeMask 1073 protected function makeMask($width, $frame, $maskNo, $level) { function in jucksearm\\barcode\\lib\\QRcode
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 2651 public function makeMask($width, $frame, $maskNo, $level) function in QRmask 3026 …$masked = $maskObj->makeMask($width, $frame, (intval(QR_DEFAULT_MASK) % 8), $input->getErrorCorrec… 3029 … $masked = $maskObj->makeMask($width, $frame, $mask, $input->getErrorCorrectionLevel());
|