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.hh785 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], in match_input() argument
790 if (unlikely (count > HB_MAX_CONTEXT_LENGTH)) return_trace (false); in match_input()
900 const unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in ligate_input() argument
1085 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in apply_lookup() argument
1174 if (unlikely (delta + count > HB_MAX_CONTEXT_LENGTH)) in apply_lookup()
1283 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in context_apply_lookup()
1916 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in chain_context_apply_lookup()
Dhb-aat-layout-morx-table.hh559 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH];
Dhb-ot-layout-common.hh42 #ifndef HB_MAX_CONTEXT_LENGTH
43 #define HB_MAX_CONTEXT_LENGTH 64 macro
Dhb-ot-layout-gsub-table.hh776 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in apply()