• Home
  • Raw
  • Download

Lines Matching refs:coverageZ

1670     if (!(this+coverageZ[0]).intersects (glyphs))  in intersects()
1678 glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1), in intersects()
1685 if (!(this+coverageZ[0]).intersects (c->glyphs)) in closure()
1688 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in closure()
1694 glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1), in closure()
1702 (this+coverageZ[0]).add_coverage (c->input); in collect_glyphs()
1704 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in collect_glyphs()
1711 glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1), in collect_glyphs()
1720 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in would_apply()
1725 …return_trace (context_would_apply_lookup (c, glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1)… in would_apply()
1728 const Coverage &get_coverage () const { return this+coverageZ[0]; } in get_coverage()
1733 unsigned int index = (this+coverageZ[0]).get_coverage (c->buffer->cur().codepoint); in apply()
1736 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in apply()
1741 …return_trace (context_apply_lookup (c, glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1), look… in apply()
1757 if (!c->check_array (coverageZ.arrayZ, count)) return_trace (false); in sanitize()
1759 if (!coverageZ[i].sanitize (c, this)) return_trace (false); in sanitize()
1760 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in sanitize()
1770 coverageZ; /* Array of offsets to Coverage member
1776 DEFINE_SIZE_ARRAY (6, coverageZ);