Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php55 $annotid = (3 + 2 * $nb);
88 $this->form->form_radio_groups[$name]['obj_id'] = $annotid + $totaladdnum + $ctr;
238 $s .= ($annotid + $i) . ' 0 R ';
242 $annotid += $annotsnum;
246 $this->form->addFormIds($n, $s, $annotid);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php697 function addFormIds($n, &$s, &$annotid)
701 $s .= $annotid . ' 0 R ';
702 $annotid += $this->getCountItems($form);
699 addFormIds($n, & $s, & $annotid) global() argument