Searched refs:putFinderPattern (Results 1 – 2 of 2) sorted by relevance
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 2467 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 D | phpqrcode.php | 704 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);
|