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

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

Completed in 41 milliseconds