Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ots/src/
Dlayout.cc213 const unsigned lookup_table_end = 2 * static_cast<unsigned>(subtable_count) + in ParseLookupTable() local
215 if (lookup_table_end > std::numeric_limits<uint16_t>::max()) { in ParseLookupTable()
223 if (offset_subtable < lookup_table_end || in ParseLookupTable()