Searched refs:putAlignmentMarker (Results 1 – 2 of 2) sorted by relevance
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 2374 protected function putAlignmentMarker($frame, $ox, $oy) { function in jucksearm\\barcode\\lib\\QRcode 2410 $frame = $this->putAlignmentMarker($frame, $x, $y); 2416 $frame = $this->putAlignmentMarker($frame, 6, $cx); 2417 $frame = $this->putAlignmentMarker($frame, $cx, 6); 2424 $frame = $this->putAlignmentMarker($frame, $cx, $cy);
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 592 public static function putAlignmentMarker(array &$frame, $ox, $oy) function in QRspec 626 self::putAlignmentMarker($frame, $x, $y); 632 self::putAlignmentMarker($frame, 6, $cx); 633 self::putAlignmentMarker($frame, $cx, 6); 641 self::putAlignmentMarker($frame, $cx, $cy);
|