Searched refs:_fixShort (Results 1 – 1 of 1) sorted by relevance
298 function _fixShort($value) { function in OpenTypeFileTable534 $this->_xMin = $this->_fixShort($unpacked['xMin']);535 $this->_yMin = $this->_fixShort($unpacked['yMin']);536 $this->_xMax = $this->_fixShort($unpacked['xMax']);537 $this->_yMax = $this->_fixShort($unpacked['yMax']);541 $this->_indexToLocFormat = $this->_fixShort($unpacked['indexToLocFormat']);542 $this->_glyphDataFormat = $this->_fixShort($unpacked['glyphDataFormat']);751 $this->_idDelta[] = $this->_fixShort($unpacked['idDelta']);847 $this->_caretSlopeRise = $this->_fixShort($unpacked['caretSlopeRise']);848 $this->_caretSlopeRun = $this->_fixShort($unpacked['caretSlopeRun']);[all …]