Home
last modified time | relevance | path

Searched refs:getQrSize (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DHtml.php19 $qrSize = $qrCode->getQrSize();
H A DSvg.php21 $qrSize = $qrCode->getQrSize();
H A DPng.php21 $qrSize = $qrCode->getQrSize();
H A DMpdf.php25 $qrSize = $qrCode->getQrSize();
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php241 public function getQrSize() function in Mpdf\\QrCode\\QrCode