Home
last modified time | relevance | path

Searched defs:lookup_context (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos.hh1887 ContextClosureLookupContext &lookup_context) in context_intersects()
1903 ContextClosureLookupContext &lookup_context) in context_closure_lookup()
1924 ContextCollectGlyphsLookupContext &lookup_context) in context_collect_glyphs_lookup()
1939 const ContextApplyLookupContext &lookup_context) in context_would_apply_lookup()
1953 const ContextApplyLookupContext &lookup_context) in context_apply_lookup()
2337 struct ContextClosureLookupContext lookup_context = { in intersects() local
2362 struct ContextClosureLookupContext lookup_context = { in closure() local
2381 struct ContextClosureLookupContext lookup_context = { in closure_lookups() local
2401 struct ContextCollectGlyphsLookupContext lookup_context = { in collect_glyphs() local
2415 struct ContextApplyLookupContext lookup_context = { in would_apply() local
[all …]
/aosp_15_r20/external/python/bumble/bumble/pandora/
Dl2cap.py309 def lookup_context(self, pandora_channel: PandoraChannel) -> ChannelContext: member in L2CAPService