Lines Matching refs:lookupRecord
946 const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */) in recurse_lookups() argument
949 c->recurse (lookupRecord[i].lookupListIndex); in recurse_lookups()
956 const LookupRecord lookupRecord[], /* Array of LookupRecords--in design order */ in apply_lookup() argument
978 unsigned int idx = lookupRecord[i].sequenceIndex; in apply_lookup()
984 if (idx == 0 && lookupRecord[i].lookupListIndex == c->lookup_index) in apply_lookup()
990 if (!c->recurse (lookupRecord[i].lookupListIndex)) in apply_lookup()
1073 const LookupRecord lookupRecord[], in context_closure_lookup() argument
1080 lookupCount, lookupRecord); in context_closure_lookup()
1087 const LookupRecord lookupRecord[], in context_collect_glyphs_lookup() argument
1094 lookupCount, lookupRecord); in context_collect_glyphs_lookup()
1101 const LookupRecord lookupRecord[] HB_UNUSED, in context_would_apply_lookup()
1112 const LookupRecord lookupRecord[], in context_apply_lookup() argument
1123 lookupCount, lookupRecord, in context_apply_lookup()
1132 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in closure() local
1135 lookupCount, lookupRecord, in closure()
1142 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in collect_glyphs() local
1145 lookupCount, lookupRecord, in collect_glyphs()
1152 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in would_apply() local
1153 …return_trace (context_would_apply_lookup (c, inputCount, inputZ, lookupCount, lookupRecord, lookup… in would_apply()
1159 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in apply() local
1160 …return_trace (context_apply_lookup (c, inputCount, inputZ, lookupCount, lookupRecord, lookup_conte… in apply()
1435 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in closure() local
1442 lookupCount, lookupRecord, in closure()
1451 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in collect_glyphs() local
1459 lookupCount, lookupRecord, in collect_glyphs()
1467 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in would_apply() local
1472 …lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookupCount, lookupRecord, lookup_context… in would_apply()
1486 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in apply() local
1491 …lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookupCount, lookupRecord, lookup_context… in apply()
1503 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in sanitize() local
1504 return_trace (c->check_array (lookupRecord, lookupRecord[0].static_size, lookupCount)); in sanitize()
1574 const LookupRecord lookupRecord[], in chain_context_closure_lookup() argument
1587 lookupCount, lookupRecord); in chain_context_closure_lookup()
1598 const LookupRecord lookupRecord[], in chain_context_collect_glyphs_lookup() argument
1611 lookupCount, lookupRecord); in chain_context_collect_glyphs_lookup()
1622 const LookupRecord lookupRecord[] HB_UNUSED, in chain_context_would_apply_lookup()
1639 const LookupRecord lookupRecord[], in chain_context_apply_lookup() argument
1657 lookupCount, lookupRecord, in chain_context_apply_lookup()