Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh709 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], in match_input() argument
715 if (unlikely (count > HB_MAX_CONTEXT_LENGTH)) return_trace (false); in match_input()
789 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in ligate_input() argument
954 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in apply_lookup() argument
1017 if (unlikely (delta + count > HB_MAX_CONTEXT_LENGTH)) in apply_lookup()
1116 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in context_apply_lookup()
1643 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in chain_context_apply_lookup()
Dhb-ot-layout-common-private.hh40 #ifndef HB_MAX_CONTEXT_LENGTH
41 #define HB_MAX_CONTEXT_LENGTH 64 macro
Dhb-ot-layout-gsub-table.hh656 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in apply()