HomeSort by relevance Sort by last modified time
    Searched refs:offsets_lookahead (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/ots/src/
gsub.cc 462 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)) {
layout.cc 1090 std::vector<uint16_t> offsets_lookahead; local
1091 offsets_lookahead.reserve(lookahead_count);
1097 offsets_lookahead.push_back(offset);
1099 if (offsets_lookahead.size() != lookahead_count) {
    [all...]

Completed in 26 milliseconds