Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php368 var $floatbuffer; variable in Mpdf\\Mpdf
1189 $this->floatbuffer = [];
8769 if ($this->floatbuffer[$this->floatmargins['L']['id']]['border_left']['w']) {
8770 $this->floatbuffer[$this->floatmargins['L']['id']]['BORDER-Y'] += $yadj;
8772 $this->floatbuffer[$this->floatmargins['L']['id']]['INNER-Y'] += $yadj;
8773 $this->floatbuffer[$this->floatmargins['L']['id']]['OUTER-Y'] += $yadj;
8776 $this->floatbuffer[$this->floatmargins['L']['id']]['skipline'] = false;
8787 if ($this->floatbuffer[$this->floatmargins['R']['id']]['border_left']['w']) {
8788 $this->floatbuffer[$this->floatmargins['R']['id']]['BORDER-Y'] += $yadj;
8790 $this->floatbuffer[$this->floatmargins['R']['id']]['INNER-Y'] += $yadj;
[all …]