Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php401 var $columnAnnots;
1198 $this->columnAnnots = [];
7150 // linking $y-1 in the Columnbuffer with entry in $this->columnAnnots
9935 $this->columnAnnots[$this->CurrCol][intval($this->x)][intval($this->y)] = $ref;
24307 $this->columnAnnots = [];
24331 $this->columnAnnots = [];
24574 if (isset($this->columnAnnots[$s['col']][intval($s['x'])][intval($s['y'])])) {
24575 $ref = $this->columnAnnots[$s['col']][intval($s['x'])][intval($s['y'])];
24582 unset($this->columnAnnots[$s['col']][intval($s['x'])][intval($s['y'])]);
24632 if (isset($this->columnAnnots[
407 var $columnAnnots; global() variable in Mpdf\\Mpdf
[all...]