Home
last modified time | relevance | path

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

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