Home
last modified time | relevance | path

Searched refs:HB_MAX_CONTEXT_LENGTH (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh778 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], in match_input() argument
783 if (unlikely (count > HB_MAX_CONTEXT_LENGTH)) return_trace (false); in match_input()
893 const unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in ligate_input() argument
1078 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in apply_lookup() argument
1167 if (unlikely (delta + count > HB_MAX_CONTEXT_LENGTH)) in apply_lookup()
1276 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in context_apply_lookup()
1917 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in chain_context_apply_lookup()
Dhb-ot-layout-common.hh41 #ifndef HB_MAX_CONTEXT_LENGTH
42 #define HB_MAX_CONTEXT_LENGTH 64 macro
Dhb-aat-layout-morx-table.hh567 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH];
Dhb-ot-layout-gsub-table.hh739 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in apply()