Lines Matching refs:lookupRecord

944 				    const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */)  in recurse_lookups()  argument
947 c->recurse (lookupRecord[i].lookupListIndex); in recurse_lookups()
954 const LookupRecord lookupRecord[], /* Array of LookupRecords--in design order */ in apply_lookup() argument
976 unsigned int idx = lookupRecord[i].sequenceIndex; in apply_lookup()
982 if (idx == 0 && lookupRecord[i].lookupListIndex == c->lookup_index) in apply_lookup()
988 if (!c->recurse (lookupRecord[i].lookupListIndex)) in apply_lookup()
1064 const LookupRecord lookupRecord[], in context_closure_lookup() argument
1071 lookupCount, lookupRecord); in context_closure_lookup()
1078 const LookupRecord lookupRecord[], in context_collect_glyphs_lookup() argument
1085 lookupCount, lookupRecord); in context_collect_glyphs_lookup()
1092 const LookupRecord lookupRecord[] HB_UNUSED, in context_would_apply_lookup()
1103 const LookupRecord lookupRecord[], in context_apply_lookup() argument
1114 lookupCount, lookupRecord, in context_apply_lookup()
1123 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in closure() local
1126 lookupCount, lookupRecord, in closure()
1133 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in collect_glyphs() local
1136 lookupCount, lookupRecord, in collect_glyphs()
1143 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in would_apply() local
1144 …return_trace (context_would_apply_lookup (c, inputCount, inputZ, lookupCount, lookupRecord, lookup… in would_apply()
1150 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in apply() local
1151 …return_trace (context_apply_lookup (c, inputCount, inputZ, lookupCount, lookupRecord, lookup_conte… in apply()
1426 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in closure() local
1433 lookupCount, lookupRecord, in closure()
1442 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in collect_glyphs() local
1450 lookupCount, lookupRecord, in collect_glyphs()
1458 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in would_apply() local
1463 …lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookupCount, lookupRecord, lookup_context… in would_apply()
1477 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in apply() local
1482 …lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookupCount, lookupRecord, lookup_context… in apply()
1494 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in sanitize() local
1495 return_trace (c->check_array (lookupRecord, lookupRecord[0].static_size, lookupCount)); in sanitize()
1565 const LookupRecord lookupRecord[], in chain_context_closure_lookup() argument
1578 lookupCount, lookupRecord); in chain_context_closure_lookup()
1589 const LookupRecord lookupRecord[], in chain_context_collect_glyphs_lookup() argument
1602 lookupCount, lookupRecord); in chain_context_collect_glyphs_lookup()
1613 const LookupRecord lookupRecord[] HB_UNUSED, in chain_context_would_apply_lookup()
1630 const LookupRecord lookupRecord[], in chain_context_apply_lookup() argument
1648 lookupCount, lookupRecord, in chain_context_apply_lookup()