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

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

Completed in 170 milliseconds