Home | History | Annotate | Download | only in src

Lines Matching refs:offset_coverage

164   uint16_t offset_coverage = 0;
166 if (!subtable->ReadU16(&offset_coverage) ||
178 if (offset_coverage < sequence_end || offset_coverage >= length) {
181 if (!ots::ParseCoverageTable(data + offset_coverage,
182 length - offset_coverage,
244 uint16_t offset_coverage = 0;
246 if (!subtable.ReadU16(&offset_coverage) ||
258 if (offset_coverage < sequence_end || offset_coverage >= length) {
261 if (!ots::ParseCoverageTable(data + offset_coverage, length - offset_coverage,
438 uint16_t offset_coverage,
442 if (offset_coverage < sequence_end || offset_coverage >= length) {
445 if (!ots::ParseCoverageTable(data + offset_coverage,
446 length - offset_coverage,