Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php649 var $_idDelta; variable in OpenTypeFileCMAPSubtable4
656 $this->_idDelta = array();
685 return ($value + $this->_idDelta[$index]) % 65536;
694 return ($this->_idDelta[$index] + $unicode) % 65536;
751 $this->_idDelta[] = $this->_fixShort($unpacked['idDelta']);