Home | History | Annotate | Download | only in sfnt

Lines Matching refs:SK_OT_USHORT

52         SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size
53 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size
88 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
89 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive)
94 SK_OT_USHORT indexFormat; //format of this indexSubTable
95 SK_OT_USHORT imageFormat; //format of 'EBDT' image data
116 //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
125 SK_OT_USHORT glyphCode;
126 SK_OT_USHORT offset; //location in EBDT
136 //SK_OT_USHORT glyphCodeArray[numGlyphs] //must have even number of entries (set pad to 0)