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

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBLC.h 90 SK_OT_ULONG additionalOffsetToIndexSubtable; //add to BitmapSizeTable::indexSubTableArrayOffset to get offset from beginning of 'EBLC'
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 90 SK_OT_ULONG additionalOffsetToIndexSubtable; //add to BitmapSizeTable::indexSubTableArrayOffset to get offset from beginning of 'EBLC'
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 97 (firstGlyphIndex, lastGlyphIndex, additionalOffsetToIndexSubtable) = tup
98 offsetToIndexSubTable = curTable.indexSubTableArrayOffset + additionalOffsetToIndexSubtable
108 indexSubTable.additionalOffsetToIndexSubtable = additionalOffsetToIndexSubtable
164 # additionalOffsetToIndexSubtable.
172 indexSubTable.additionalOffsetToIndexSubtable = dataSize - curTable.indexSubTableArrayOffset
183 data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetToIndexSubtable)

Completed in 272 milliseconds