Lines Matching defs:numGlyphs

619 		// Map Unmapped glyphs - from $numGlyphs
623 $numGlyphs = $this->read_ushort();
625 for ($gid = 1; $gid < $numGlyphs; $gid++) {
1010 $numGlyphs = $this->read_ushort();
1100 // Map Unmapped glyphs (or glyphs mapped to upper PUA U+F00000 onwards i.e. > U+2FFFF) - from $numGlyphs
1105 for ($gid = 1; $gid < $numGlyphs; $gid++) {
1201 $this->getHMTX($numberOfHMetrics, $numGlyphs, $glyphToChar, $scale);
3511 $numGlyphs = $this->read_ushort();
3541 // Map Unmapped glyphs - from $numGlyphs
3544 for ($gid = 1; $gid < $numGlyphs; $gid++) {
3564 $this->getHMTX($numberOfHMetrics, $numGlyphs, $glyphToChar, $scale);
3567 $this->getLOCA($indexToLocFormat, $numGlyphs);
3603 $numGlyphs = $numberOfHMetrics = count($subsetglyphs);
3661 $length = 16 + (8 * $segCount) + ($numGlyphs + 1);
3896 $maxp = $this->_set_ushort($maxp, 4, $numGlyphs);
4003 $numGlyphs = $this->read_ushort();
4073 // Map Unmapped glyphs - from $numGlyphs
4076 for ($gid = 1; $gid < $numGlyphs; $gid++) {
4098 $this->getHMTX($numberOfHMetrics, $numGlyphs, $glyphToChar, $scale);
4101 $this->getLOCA($indexToLocFormat, $numGlyphs);
4168 $numGlyphs = $n = count($glyphMap);
4238 $maxp = $this->_set_ushort($maxp, 4, $numGlyphs);
4275 $length = 16 + (8 * $segCount) + ($numGlyphs + 1);
4357 for ($n = 0; $n < $numGlyphs; $n++) {
4373 for ($n = 0; $n < $numGlyphs; $n++) {
4523 function getHMTX($numberOfHMetrics, $numGlyphs, &$glyphToChar, $scale)
4581 $data = $this->get_chunk(($start + $numberOfHMetrics * 4), ($numGlyphs * 2));
4583 $diff = $numGlyphs - $numberOfHMetrics;
4625 function getLOCA($indexToLocFormat, $numGlyphs)
4630 $data = $this->get_chunk($start, ($numGlyphs * 2) + 2);
4632 for ($n = 0; $n <= $numGlyphs; $n++) {
4636 $data = $this->get_chunk($start, ($numGlyphs * 4) + 4);
4638 for ($n = 0; $n <= $numGlyphs; $n++) {
4813 $numGlyphs = $this->read_ushort();
4843 // Map Unmapped glyphs - from $numGlyphs
4845 for ($gid = 1; $gid < $numGlyphs; $gid++) {
4896 $length = 16 + (8 * $segCount) + ($numGlyphs + 1);