HomeSort by relevance Sort by last modified time
    Searched refs:lastGlyphIndex (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-cbdt-table.hh 195 firstGlyphIndex <= lastGlyphIndex &&
196 offsetToSubtable.sanitize (c, this, lastGlyphIndex - firstGlyphIndex + 1));
209 if (gid < firstGlyphIndex || gid > lastGlyphIndex)
218 UINT16 lastGlyphIndex;
243 unsigned int lastGlyphIndex = indexSubtablesZ[i].lastGlyphIndex;
244 if (firstGlyphIndex <= glyph && glyph <= lastGlyphIndex) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 97 (firstGlyphIndex, lastGlyphIndex, additionalOffsetToIndexSubtable) = tup
107 indexSubTable.lastGlyphIndex = lastGlyphIndex
175 indexSubTable.lastGlyphIndex = max(glyphIds)
180 curTable.endGlyphIndex = max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)
183 data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetToIndexSubtable)
355 ('lastGlyphIndex', self.lastGlyphIndex),
375 self.lastGlyphIndex = safeEval(attrs['lastGlyphIndex'])
    [all...]
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 87 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive)
100 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
114 //SK_OT_USHORT offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph, may have extra element to force even number of elements
  /external/skqp/src/sfnt/
SkOTTable_EBLC.h 87 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive)
100 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
114 //SK_OT_USHORT offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph, may have extra element to force even number of elements

Completed in 324 milliseconds