Lines Matching refs:coverageZ
1432 if (!(this+coverageZ[0]).intersects (c->glyphs)) in closure()
1435 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in closure()
1441 glyphCount, (const USHORT *) (coverageZ + 1), in closure()
1449 (this+coverageZ[0]).add_coverage (c->input); in collect_glyphs()
1451 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in collect_glyphs()
1458 glyphCount, (const USHORT *) (coverageZ + 1), in collect_glyphs()
1467 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in would_apply()
1472 …return_trace (context_would_apply_lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookupC… in would_apply()
1477 return this+coverageZ[0]; in get_coverage()
1483 unsigned int index = (this+coverageZ[0]).get_coverage (c->buffer->cur().codepoint); in apply()
1486 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in apply()
1491 …return_trace (context_apply_lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookupCount, … in apply()
1500 if (!c->check_array (coverageZ, coverageZ[0].static_size, count)) return_trace (false); in sanitize()
1502 if (!coverageZ[i].sanitize (c, this)) return_trace (false); in sanitize()
1503 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in sanitize()
1513 coverageZ[VAR]; /* Array of offsets to Coverage member
1518 DEFINE_SIZE_ARRAY2 (6, coverageZ, lookupRecordX);