Lines Matching refs:_set_ushort

495 	function _set_ushort($stream, $offset, $value)
3796 $data = $this->_set_ushort($data, $pos_in_glyph + 2, $glyphSet[$glyphIdx]);
3871 $head = $this->_set_ushort($head, 50, $indexToLocFormat);
3885 $hhea = $this->_set_ushort($hhea, 34, $numberOfHMetrics);
3887 $hhea = $this->_set_ushort($hhea, 10, $advanceWidthMax);
3896 $maxp = $this->_set_ushort($maxp, 4, $numGlyphs);
3898 $maxp = $this->_set_ushort($maxp, 6, $maxPoints); // points in non-compound glyph
3899 $maxp = $this->_set_ushort($maxp, 8, $maxContours); // contours in non-compound glyph
3900 $maxp = $this->_set_ushort($maxp, 10, $maxComponentPoints); // points in compound glyph
3901 $maxp = $this->_set_ushort($maxp, 12, $maxComponentContours); // contours in compound glyph
3902 $maxp = $this->_set_ushort($maxp, 28, $maxComponentElements); // number of glyphs referenced at top level
3903 $maxp = $this->_set_ushort($maxp, 30, $maxComponentDepth); // levels of recursion, set to 0 if font has only simple glyphs
3925 $os2 = $this->_set_ushort($os2, 62, $fsSelection);
3926 $os2 = $this->_set_ushort($os2, 66, $fsLastCharIndex);
3927 $os2 = $this->_set_ushort($os2, 42, 0x0000); // ulCharRange (ulUnicodeRange) bits 24-31 | 16-23
3928 $os2 = $this->_set_ushort($os2, 44, 0x0000); // ulCharRange (Unicode ranges) bits 8-15 | 0-7
3929 $os2 = $this->_set_ushort($os2, 46, $nonBMP); // ulCharRange (Unicode ranges) bits 56-63 | 48-55
3930 $os2 = $this->_set_ushort($os2, 48, 0x0000); // ulCharRange (Unicode ranges) bits 40-47 | 32-39
3931 $os2 = $this->_set_ushort($os2, 50, 0x0000); // ulCharRange (Unicode ranges) bits 88-95 | 80-87
3932 $os2 = $this->_set_ushort($os2, 52, 0x0000); // ulCharRange (Unicode ranges) bits 72-79 | 64-71
3933 $os2 = $this->_set_ushort($os2, 54, 0x0000); // ulCharRange (Unicode ranges) bits 120-127 | 112-119
3934 $os2 = $this->_set_ushort($os2, 56, 0x0000); // ulCharRange (Unicode ranges) bits 104-111 | 96-103
3936 $os2 = $this->_set_ushort($os2, 46, $nonBMP); // Unset Bit 57 (indicates non-BMP) - for interactive forms
4185 $name = $this->_set_ushort($name, $pos, 0x00); // Change encoding to 3,0 rather than 3,1
4194 $os2 = $this->_set_ushort($os2, 42, 0x00); // ulCharRange (Unicode ranges)
4195 $os2 = $this->_set_ushort($os2, 44, 0x00); // ulCharRange (Unicode ranges)
4196 $os2 = $this->_set_ushort($os2, 46, 0x00); // ulCharRange (Unicode ranges)
4197 $os2 = $this->_set_ushort($os2, 48, 0x00); // ulCharRange (Unicode ranges)
4199 $os2 = $this->_set_ushort($os2, 50, 0x00); // ulCharRange (Unicode ranges)
4200 $os2 = $this->_set_ushort($os2, 52, 0x00); // ulCharRange (Unicode ranges)
4201 $os2 = $this->_set_ushort($os2, 54, 0x00); // ulCharRange (Unicode ranges)
4202 $os2 = $this->_set_ushort($os2, 56, 0x00); // ulCharRange (Unicode ranges)
4204 $os2 = $this->_set_ushort($os2, 78, 0x8000); // ulCodePageRange = Bit #31 Symbol **** 78 = Bit 16-31
4205 $os2 = $this->_set_ushort($os2, 80, 0x0000); // ulCodePageRange = Bit #31 Symbol **** 80 = Bit 0-15
4206 $os2 = $this->_set_ushort($os2, 82, 0x0000); // ulCodePageRange = Bit #32- Symbol **** 82 = Bits 48-63
4207 $os2 = $this->_set_ushort($os2, 84, 0x0000); // ulCodePageRange = Bit #32- Symbol **** 84 = Bits 32-47
4209 $os2 = $this->_set_ushort($os2, 64, 0x01); // FirstCharIndex
4210 $os2 = $this->_set_ushort($os2, 66, count($subset)); // LastCharIndex
4233 $hhea = $this->_set_ushort($hhea, 34, $numberOfHMetrics);
4238 $maxp = $this->_set_ushort($maxp, 4, $numGlyphs);
4404 $data = $this->_set_ushort($data, $pos_in_glyph + 2, $glyphSet[$glyphIdx]);
4454 $head = $this->_set_ushort($head, 50, $indexToLocFormat);