Searched refs:currblk (Results 1 – 3 of 3) sorted by relevance
331 $currblk = & $this->mpdf->blk[$this->mpdf->blklvl];332 $this->mpdf->initialiseBlock($currblk);334 $currblk['tag'] = $tag;335 $currblk['attr'] = $attr;342 $currblk['keep_block_together'] = 1;343 $currblk['array_i'] = $ihtml; // mPDF 6349 $currblk['lastbottommargin'] = $lastbottommargin;355 $currblk['z-index'] = $v;383 $currblk['list_style_type'] = $listtype;388 $currblk['InlineProperties'] = $this->mpdf->saveInlineProperties();[all …]
51 $ret = $this->mpdf->SetBackground($properties, $currblk['inner_width']);
15574 function _getListMarkerWidth(&$currblk, &$a, &$i) argument15582 …if ($currblk['list_style_type'] != 'disc' && $currblk['list_style_type'] != 'circle' && $currblk['…15617 switch ($currblk['list_style_type']) {