Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
DLzw.php37 protected $tIdx; variable in setasign\\Fpdi\\PdfParser\\Filter\\Lzw
108 if ($code < $this->tIdx) {
139 $this->tIdx = 258;
154 $this->sTable[$this->tIdx++] = $string;
156 if ($this->tIdx === 511) {
158 } elseif ($this->tIdx === 1023) {
160 } elseif ($this->tIdx === 2047) {