Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php2467 protected function putFinderPattern($frame, $ox, $oy) { function in jucksearm\\barcode\\lib\\QRcode
2493 $frame = $this->putFinderPattern($frame, 0, 0);
2494 $frame = $this->putFinderPattern($frame, $width - 7, 0);
2495 $frame = $this->putFinderPattern($frame, 0, $width - 7);
/plugin/qrcode2/
H A Dphpqrcode.php704 public static function putFinderPattern(&$frame, $ox, $oy) function in QRspec
729 self::putFinderPattern($frame, 0, 0);
730 self::putFinderPattern($frame, $width - 7, 0);
731 self::putFinderPattern($frame, 0, $width - 7);