Searched refs:coverageZ (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos-private.hh | 1423 if (!(this+coverageZ[0]).intersects (c->glyphs)) in closure() 1426 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in closure() 1432 glyphCount, (const USHORT *) (coverageZ + 1), in closure() 1440 (this+coverageZ[0]).add_coverage (c->input); in collect_glyphs() 1442 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in collect_glyphs() 1449 glyphCount, (const USHORT *) (coverageZ + 1), in collect_glyphs() 1458 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in would_apply() 1463 …return_trace (context_would_apply_lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookupC… in would_apply() 1468 return this+coverageZ[0]; in get_coverage() 1474 unsigned int index = (this+coverageZ[0]).get_coverage (c->buffer->cur().codepoint); in apply() [all …]
|