Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php899 protected function writeFormatInformation($width, &$frame, $mask, $level) { function in jucksearm\\barcode\\lib\\QRcode
1076 $this->writeFormatInformation($width, $masked, $maskNo, $level);
1197 $blacks += $this->writeFormatInformation($width, $mask, $i, $level);
/plugin/qrcode2/
H A Dphpqrcode.php2516 public function writeFormatInformation($width, &$frame, $mask, $level) function in QRmask
2655 $this->writeFormatInformation($width, $masked, $maskNo, $level);
2784 $blacks += $this->writeFormatInformation($width, $mask, $i, $level);