Home
last modified time | relevance | path

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

/external/skia/src/sfnt/
DSkOTTable_EBLC.h53 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size member
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp139 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py180 curTable.endGlyphIndex = max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)