Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cbdt-table.hh195 firstGlyphIndex <= lastGlyphIndex && in sanitize()
196 offsetToSubtable.sanitize (c, this, lastGlyphIndex - firstGlyphIndex + 1)); in sanitize()
209 if (gid < firstGlyphIndex || gid > lastGlyphIndex) in get_image_data()
218 USHORT lastGlyphIndex; member
243 unsigned int lastGlyphIndex = indexSubtablesZ[i].lastGlyphIndex; in find_table() local
244 if (firstGlyphIndex <= glyph && glyph <= lastGlyphIndex) { in find_table()
/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.h87 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive) member