Searched refs:firstGlyphIndex (Results 1 – 3 of 3) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | E_B_L_C_.py | 97 (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/ |
D | SkOTTable_EBLC.h | 88 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range member
|
/external/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 264 …tr fontSize, const GrGLvoid *fontData, GrGLsizei faceIndex, GrGLuint firstGlyphIndex, GrGLsizei nu…
|