Lines Matching refs:flowingBlockAttr

735 	var $flowingBlockAttr;
2941 if ((isset($this->blk[$this->blklvl]['y0']) && $this->y > $this->blk[$this->blklvl]['y0']) || $this->flowingBlockAttr['is_table']) {
3114 if ((isset($this->blk[$this->blklvl]['y0']) && $this->y > $this->blk[$this->blklvl]['y0']) || $this->flowingBlockAttr['is_table'] || $this->extrapagebreak) {
6413 $this->flowingBlockAttr['width'] = ($w * Mpdf::SCALE);
6415 $this->flowingBlockAttr['is_table'] = $is_table;
6416 $this->flowingBlockAttr['table_draft'] = $table_draft;
6417 $this->flowingBlockAttr['height'] = $h;
6418 $this->flowingBlockAttr['lineCount'] = 0;
6419 $this->flowingBlockAttr['align'] = $a;
6420 $this->flowingBlockAttr['font'] = [];
6421 $this->flowingBlockAttr['content'] = [];
6422 $this->flowingBlockAttr['contentB'] = [];
6423 $this->flowingBlockAttr['contentWidth'] = 0;
6424 $this->flowingBlockAttr['blockstate'] = $blockstate;
6426 $this->flowingBlockAttr['newblock'] = $newblock;
6427 $this->flowingBlockAttr['valign'] = 'M';
6428 $this->flowingBlockAttr['blockdir'] = $blockdir;
6429 $this->flowingBlockAttr['cOTLdata'] = []; // mPDF 5.7.1
6430 $this->flowingBlockAttr['lastBidiText'] = ''; // mPDF 5.7.1
6440 $is_table = $this->flowingBlockAttr['is_table'];
6441 $table_draft = $this->flowingBlockAttr['table_draft'];
6442 $maxWidth = & $this->flowingBlockAttr['width'];
6443 $stackHeight = & $this->flowingBlockAttr['height'];
6444 $align = & $this->flowingBlockAttr['align'];
6445 $content = & $this->flowingBlockAttr['content'];
6446 $contentB = & $this->flowingBlockAttr['contentB'];
6447 $font = & $this->flowingBlockAttr['font'];
6448 $contentWidth = & $this->flowingBlockAttr['contentWidth'];
6449 $lineCount = & $this->flowingBlockAttr['lineCount'];
6450 $valign = & $this->flowingBlockAttr['valign'];
6451 $blockstate = $this->flowingBlockAttr['blockstate'];
6453 $cOTLdata = & $this->flowingBlockAttr['cOTLdata']; // mPDF 5.7.1
6454 $newblock = $this->flowingBlockAttr['newblock'];
6455 $blockdir = $this->flowingBlockAttr['blockdir'];
7740 $is_table = $this->flowingBlockAttr['is_table'];
7741 $table_draft = $this->flowingBlockAttr['table_draft'];
7743 $contentWidth = & $this->flowingBlockAttr['contentWidth'];
7745 $maxWidth = & $this->flowingBlockAttr['width'];
7746 $lineCount = & $this->flowingBlockAttr['lineCount'];
7748 $stackHeight = & $this->flowingBlockAttr['height'];
7749 $align = & $this->flowingBlockAttr['align'];
7750 $content = & $this->flowingBlockAttr['content'];
7751 $contentB = & $this->flowingBlockAttr['contentB'];
7752 $font = & $this->flowingBlockAttr['font'];
7753 $valign = & $this->flowingBlockAttr['valign'];
7754 $blockstate = $this->flowingBlockAttr['blockstate'];
7755 $cOTLdata = & $this->flowingBlockAttr['cOTLdata']; // mPDF 5.7.1
7757 $newblock = $this->flowingBlockAttr['newblock'];
7758 $blockdir = $this->flowingBlockAttr['blockdir'];
16220 list($skipln) = $this->inlineObject($objattr['type'], '', $this->y, $objattr, $this->lMargin, ($this->flowingBlockAttr['contentWidth'] / Mpdf::SCALE), $maxWidth, $this->flowingBlockAttr['height'], false, $is_table);
16297 if ($this->flowingBlockAttr['newblock'] && ($this->flowingBlockAttr['blockstate'] == 1 || $this->flowingBlockAttr['blockstate'] == 3) && $this->flowingBlockAttr['lineCount'] == 0) {
16309 $widthLeft = $maxWidth - ($this->flowingBlockAttr['contentWidth'] / Mpdf::SCALE);
16428 if ($this->flowingBlockAttr['content']) {