Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ots/src/
Dgsub.cc462 std::vector<uint16_t> offsets_lookahead; in ParseReverseChainingContextSingleSubstitution() local
463 offsets_lookahead.reserve(lookahead_glyph_count); in ParseReverseChainingContextSingleSubstitution()
469 offsets_lookahead.push_back(offset); in ParseReverseChainingContextSingleSubstitution()
515 if (offsets_lookahead[i] < substitute_end || in ParseReverseChainingContextSingleSubstitution()
516 offsets_lookahead[i] >= length) { in ParseReverseChainingContextSingleSubstitution()
519 if (!ots::ParseCoverageTable(data + offsets_lookahead[i], in ParseReverseChainingContextSingleSubstitution()
520 length - offsets_lookahead[i], num_glyphs)) { in ParseReverseChainingContextSingleSubstitution()
Dlayout.cc1103 std::vector<uint16_t> offsets_lookahead; in ParseChainContextFormat3() local
1104 offsets_lookahead.reserve(lookahead_count); in ParseChainContextFormat3()
1110 offsets_lookahead.push_back(offset); in ParseChainContextFormat3()
1112 if (offsets_lookahead.size() != lookahead_count) { in ParseChainContextFormat3()
1154 if (offsets_lookahead[i] < lookup_record_end || in ParseChainContextFormat3()
1155 offsets_lookahead[i] >= length) { in ParseChainContextFormat3()
1158 if (!ots::ParseCoverageTable(data + offsets_lookahead[i], in ParseChainContextFormat3()
1159 length - offsets_lookahead[i], num_glyphs)) { in ParseChainContextFormat3()