HomeSort by relevance Sort by last modified time
    Searched defs:firstGlyphIndex (Results 1 - 3 of 3) sorted by null

  /external/skia/src/sfnt/
SkOTTable_EBLC.h 86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
100 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
101 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
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
115 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
  /external/skqp/src/sfnt/
SkOTTable_EBLC.h 86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
100 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
101 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
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
115 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
  /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)
213 return (this+offsetToSubtable).get_image_data (gid - firstGlyphIndex,
217 UINT16 firstGlyphIndex;
242 unsigned int firstGlyphIndex = indexSubtablesZ[i].firstGlyphIndex;
244 if (firstGlyphIndex <= glyph && glyph <= lastGlyphIndex) {

Completed in 71 milliseconds