Home | History | Annotate | Download | only in src

Lines Matching refs:offset_coverage

518   uint16_t offset_coverage = 0;
522 !subtable.ReadU16(&offset_coverage) ||
532 if (offset_coverage < rule_set_end || offset_coverage >= length) {
535 if (!ots::ParseCoverageTable(data + offset_coverage,
536 length - offset_coverage, num_glyphs)) {
625 uint16_t offset_coverage = 0;
630 !subtable.ReadU16(&offset_coverage) ||
640 if (offset_coverage < class_set_end || offset_coverage >= length) {
643 if (!ots::ParseCoverageTable(data + offset_coverage,
644 length - offset_coverage, num_glyphs)) {
700 uint16_t offset_coverage = 0;
701 if (!subtable.ReadU16(&offset_coverage)) {
704 if (offset_coverage < lookup_record_end || offset_coverage >= length) {
707 if (!ots::ParseCoverageTable(data + offset_coverage,
708 length - offset_coverage, num_glyphs)) {
830 uint16_t offset_coverage = 0;
834 !subtable.ReadU16(&offset_coverage) ||
844 if (offset_coverage < chain_rule_set_end || offset_coverage >= length) {
847 if (!ots::ParseCoverageTable(data + offset_coverage,
848 length - offset_coverage, num_glyphs)) {
963 uint16_t offset_coverage = 0;
970 !subtable.ReadU16(&offset_coverage) ||
983 if (offset_coverage < chain_class_set_end || offset_coverage >= length) {
986 if (!ots::ParseCoverageTable(data + offset_coverage,
987 length - offset_coverage, num_glyphs)) {