Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py97 (firstGlyphIndex, lastGlyphIndex, additionalOffsetToIndexSubtable) = tup
107 indexSubTable.lastGlyphIndex = lastGlyphIndex
175 indexSubTable.lastGlyphIndex = max(glyphIds)
180 curTable.endGlyphIndex = max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)
183 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo…
355 ('lastGlyphIndex', self.lastGlyphIndex),
375 self.lastGlyphIndex = safeEval(attrs['lastGlyphIndex'])
431 numGlyphs = self.lastGlyphIndex - self.firstGlyphIndex + 1
436 glyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1))
457 allGlyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1))
[all …]
/external/skia/src/sfnt/
DSkOTTable_EBLC.h89 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive) member