HomeSort by relevance Sort by last modified time
    Searched full:backtrack_glyph_count (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/ots/src/
gsub.cc 438 uint16_t backtrack_glyph_count = 0; local
439 if (!subtable.ReadU16(&backtrack_glyph_count)) {
442 if (backtrack_glyph_count > num_glyphs) {
446 offsets_backtrack.reserve(backtrack_glyph_count);
447 for (unsigned i = 0; i < backtrack_glyph_count; ++i) {
490 (backtrack_glyph_count + lookahead_glyph_count + glyph_count) * 2;
503 for (unsigned i = 0; i < backtrack_glyph_count; ++i) {

Completed in 88 milliseconds