Lines Matching refs:mpdf

17 				$this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
21 $this->mpdf->ignorefollowingspaces = true;
38 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
39 $this->mpdf->FontSize,
46 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
47 $this->mpdf->FontSize,
52 $objattr['width'] = $this->sizeConverter->convert($properties['WIDTH'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']);
54 $objattr['width'] = $this->sizeConverter->convert($attr['WIDTH'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']);
73 $objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
75 $objattr['color'] = $this->colorConverter->convert($attr['COLOR'], $this->mpdf->PDFAXwarnings);
80 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
81 $this->mpdf->FontSize,
88 if ($this->mpdf->tableLevel) {
107 if ($this->mpdf->tableLevel) {
108 if ($this->mpdf->cell) {
109 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
110 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
111 } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) {
112 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
114 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
115 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
119 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);