Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ots/src/
Dlayout.cc808 uint16_t offset_chain_rule = 0; in ParseChainRuleSetTable() local
809 if (!subtable.ReadU16(&offset_chain_rule)) { in ParseChainRuleSetTable()
812 if (offset_chain_rule < chain_rule_end || offset_chain_rule >= length) { in ParseChainRuleSetTable()
815 if (!ParseChainRuleSubtable(data + offset_chain_rule, in ParseChainRuleSetTable()
816 length - offset_chain_rule, in ParseChainRuleSetTable()