Home | History | Annotate | Download | only in src

Lines Matching refs:offset_coverage

39   uint16_t offset_coverage = 0;
41 if (!subtable.ReadU16(&offset_coverage) ||
50 if (offset_coverage == 0 || offset_coverage >= length ||
51 offset_coverage < attach_points_end) {
72 if (!ots::ParseCoverageTable(data + offset_coverage,
73 length - offset_coverage, num_glyphs)) {
108 uint16_t offset_coverage = 0;
110 if (!subtable.ReadU16(&offset_coverage) ||
119 if (offset_coverage == 0 || offset_coverage >= length ||
120 offset_coverage < lig_glyphs_end) {
140 if (!ots::ParseCoverageTable(data + offset_coverage,
141 length - offset_coverage, num_glyphs)) {
225 uint32_t offset_coverage = 0;
226 if (!subtable.ReadU32(&offset_coverage)) {
229 if (offset_coverage >= length ||
230 offset_coverage < mark_sets_end) {
233 if (!ots::ParseCoverageTable(data + offset_coverage,
234 length - offset_coverage, num_glyphs)) {