Searched refs:endGlyphIndex (Results 1 – 4 of 4) sorted by relevance
285 USHORT endGlyphIndex; member338 unsigned int endGlyphIndex = sizeTables.array[i].endGlyphIndex; in find_table() local339 if (startGlyphIndex <= glyph && glyph <= endGlyphIndex) in find_table()
52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size member
180 curTable.endGlyphIndex = max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)
154 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()