Home
last modified time | relevance | path

Searched refs:columnbuffer (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php220 $this->mpdf->columnbuffer[] = [
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php918 $this->mpdf->columnbuffer[] = [
998 $this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpdf->x, 'y' => $this->mpdf->y,
1200 $this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpdf->x, 'y' => $this->mpdf->y,
H A DMpdf.php510 var $columnbuffer;
1206 $this->breakpoints = []; // used in columnbuffer
1246 $this->columnbuffer = [];
2007 if (count($this->columnbuffer)) {
24258 if (count($this->columnbuffer)) {
24294 if (count($this->columnbuffer)) {
24304 $this->columnbuffer = [];
24315 if (count($this->columnbuffer)) {
24328 $this->columnbuffer = [];
24406 if (count($this->columnbuffer)) {
516 var $columnbuffer; global() variable in Mpdf\\Mpdf
[all...]
H A DTableOfContents.php271 if (count($this->mpdf->columnbuffer)) {