Lines Matching defs:n

331 			$ClipPath = sprintf('q %.3F %.3F %.3F %.3F re W n ', $this->mpdf->x * Mpdf::SCALE, ($this->mpdf->h - $this->mpdf->y) * Mpdf::SCALE, $w * Mpdf::SCALE, -$h * Mpdf::SCALE);
687 function countPageForms($n, &$totaladdnum)
690 if ($form['page'] == $n) {
697 function addFormIds($n, &$s, &$annotid)
700 if ($form['page'] == $n) {
708 function _putFormItems($n, $hPt)
711 if ($val['page'] == $n) {
726 function _putRadioItems($n)
732 $this->pdf_acro_array .= $this->mpdf->n . ' 0 R ';
736 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 3000 + $key++)));
749 $kstr .= $this->forms[$kid['n']]['obj'] . ' 0 R ';
777 if (is_array($this->mpdf->fonts[$fn]['n'])) {
780 $f .= '/F' . $this->mpdf->fonts[$fn]['i'] . ' ' . $this->mpdf->fonts[$fn]['n'] . ' 0 R ';
883 'n' => $this->formCount,
968 $f = ['n' => $this->formCount,
1137 'n' => $this->formCount, 'V' => $value, 'OPT' => $uvalue, 'disabled' => $disabled
1165 $f = ['n' => $this->formCount,
1333 $this->writer->write('/ColorSpace [/Indexed /DeviceRGB ' . (strlen($info['pal']) / 3 - 1) . ' ' . ($this->mpdf->n + 1) . ' 0 R]');
1374 $n = $this->mpdf->n;
1377 $this->pdf_acro_array .= $n . ' 0 R '; // Add to /Field element
1380 $this->forms[$form['n']]['obj'] = $n;
1384 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 7000 + $form['n'])));
1441 $this->writer->write('/AP << /N << /' . $this->writer->escape($form['V']) . ' ' . ($this->mpdf->n + 1) . ' 0 R /Off /Off >> >>');
1444 $this->writer->write('/AP << /N << /' . $this->writer->escape($form['V']) . ' ' . ($this->mpdf->n + 1) . ' 0 R /Off ' . ($this->mpdf->n + 2) . ' 0 R >> >>');
1479 $this->writer->write('/AP << /N << /' . $this->writer->escape($form['V']) . ' ' . ($this->mpdf->n + 1) . ' 0 R /Off ' . ($this->mpdf->n + 2) . ' 0 R >> >>');
1488 $this->writer->write('/AP << /N << /' . $this->writer->escape($form['V']) . ' ' . ($this->mpdf->n + 1) . ' 0 R /Off ' . ($this->mpdf->n + 2) . ' 0 R >> >>');
1539 $temp .= '/I ' . ($cc + $this->mpdf->n) . ' 0 R '; // Normal icon
1540 $temp .= '/RI ' . ($cc + $this->mpdf->n) . ' 0 R '; // onMouseOver
1541 $temp .= '/IX ' . ($cc + $this->mpdf->n) . ' 0 R '; // onClick / onMouseDown
1559 $this->writer->write('/AA << /D ' . ($cc + $this->mpdf->n) . ' 0 R >>');
1642 return $n;
1649 $n = $this->mpdf->n;
1650 $this->pdf_acro_array .= $n . ' 0 R ';
1651 $this->forms[$form['n']]['obj'] = $n;
1672 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 6000 + $form['n'])));
1710 $this->writer->write('/AA << /V ' . ($this->mpdf->n + 1) . ' 0 R >>');
1724 return $n;
1731 $n = $this->mpdf->n;
1732 $this->pdf_acro_array .= $n . ' 0 R ';
1733 $this->forms[$form['n']]['obj'] = $n;
1774 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 5000 + $form['n'])));
1785 $js_str .= '/F ' . ($cc + $this->mpdf->n) . ' 0 R ';
1789 $js_str .= '/K ' . ($cc + $this->mpdf->n) . ' 0 R ';
1793 $js_str .= '/V ' . ($cc + $this->mpdf->n) . ' 0 R ';
1797 $js_str .= '/C ' . ($cc + $this->mpdf->n) . ' 0 R ';
1798 $this->pdf_array_co .= $this->mpdf->n . ' 0 R ';
1824 return $n;