Home
last modified time | relevance | path

Searched refs:offset_subtable (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/ots/src/
Dlayout.cc219 uint16_t offset_subtable = 0; in ParseLookupTable() local
220 if (!subtable.ReadU16(&offset_subtable)) { in ParseLookupTable()
223 if (offset_subtable < lookup_table_end || in ParseLookupTable()
224 offset_subtable >= length) { in ParseLookupTable()
227 subtables.push_back(offset_subtable); in ParseLookupTable()