Searched refs:columnAnnots (Results 1 – 1 of 1) sorted by relevance
401 var $columnAnnots; variable in Mpdf\\Mpdf1198 $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[$s['col']][intval($s['x'])][intval($s['y'])])) {24633 $ref = $this->columnAnnots[$s['col']][intval($s['x'])][intval($s['y'])];[all …]