Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ots/src/
Dlayout.cc763 uint16_t lookahead_count = 0; in ParseChainRuleSubtable() local
764 if (!subtable.ReadU16(&lookahead_count)) { in ParseChainRuleSubtable()
767 if (lookahead_count >= num_glyphs) { in ParseChainRuleSubtable()
770 for (unsigned i = 0; i < lookahead_count; ++i) { in ParseChainRuleSubtable()
901 uint16_t lookahead_count = 0; in ParseChainClassRuleSubtable() local
902 if (!subtable.ReadU16(&lookahead_count)) { in ParseChainClassRuleSubtable()
905 if (lookahead_count >= num_glyphs) { in ParseChainClassRuleSubtable()
908 if (!subtable.Skip(2 * lookahead_count)) { in ParseChainClassRuleSubtable()
1096 uint16_t lookahead_count = 0; in ParseChainContextFormat3() local
1097 if (!subtable.ReadU16(&lookahead_count)) { in ParseChainContextFormat3()
[all …]