Searched defs:lastGlyphIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h89 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive) member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubTableArray
102 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
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
/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h89 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive) member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubTableArray
102 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
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

Completed in 146 milliseconds