Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py104 (firstGlyphIndex, lastGlyphIndex, additionalOffsetToIndexSubtable) = tup
113 indexSubTable.lastGlyphIndex = lastGlyphIndex
182 indexSubTable.lastGlyphIndex = max(glyphIds)
187 curTable.endGlyphIndex = max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)
190 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo…
361 ('lastGlyphIndex', self.lastGlyphIndex),
381 self.lastGlyphIndex = safeEval(attrs['lastGlyphIndex'])
437 numGlyphs = self.lastGlyphIndex - self.firstGlyphIndex + 1
442 glyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1))
464 allGlyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1))
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh208 firstGlyphIndex <= lastGlyphIndex && in sanitize()
209 offsetToSubtable.sanitize (c, base, lastGlyphIndex - firstGlyphIndex + 1)); in sanitize()
224 if (gid < firstGlyphIndex || gid > lastGlyphIndex) return false; in get_image_data()
230 GlyphID lastGlyphIndex; member
252 unsigned int lastGlyphIndex = indexSubtablesZ[i].lastGlyphIndex; in find_table() local
253 if (firstGlyphIndex <= glyph && glyph <= lastGlyphIndex) in find_table()
/external/skqp/src/sfnt/
DSkOTTable_EBLC.h87 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive) member
/external/skia/src/sfnt/
DSkOTTable_EBLC.h87 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive) member