Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ots/src/
Dlayout.cc394 uint16_t last_start_coverage_index = 0; in ParseCoverageFormat2() local
413 if (start_coverage_index != last_start_coverage_index) { in ParseCoverageFormat2()
418 last_start_coverage_index += end - start + 1; in ParseCoverageFormat2()
422 expected_num_glyphs != last_start_coverage_index) { in ParseCoverageFormat2()
423 OTS_WARNING("unexpected number of glyphs: %u", last_start_coverage_index); in ParseCoverageFormat2()