Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cbdt-table.hh285 USHORT endGlyphIndex; member
338 unsigned int endGlyphIndex = sizeTables.array[i].endGlyphIndex; in find_table() local
339 if (startGlyphIndex <= glyph && glyph <= endGlyphIndex) in find_table()
/external/skia/src/sfnt/
DSkOTTable_EBLC.h52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size member
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py180 curTable.endGlyphIndex = max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp154 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()