Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py97 (firstGlyphIndex, lastGlyphIndex, additionalOffsetToIndexSubtable) = tup
106 indexSubTable.firstGlyphIndex = firstGlyphIndex
174 indexSubTable.firstGlyphIndex = min(glyphIds)
179 curTable.startGlyphIndex = min(ist.firstGlyphIndex for ist in curStrike.indexSubTables)
183 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo…
354 ('firstGlyphIndex', self.firstGlyphIndex),
374 self.firstGlyphIndex = safeEval(attrs['firstGlyphIndex'])
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.h88 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range member
/external/skia/include/gpu/gl/
DGrGLFunctions.h264 …tr fontSize, const GrGLvoid *fontData, GrGLsizei faceIndex, GrGLuint firstGlyphIndex, GrGLsizei nu…