Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh103 unsigned int nesting_level_left_ = HB_MAX_NESTING_LEVEL) : in hb_closure_context_t()
214 unsigned int nesting_level_left_ = HB_MAX_NESTING_LEVEL) : in hb_collect_glyphs_context_t()
493 nesting_level_left (HB_MAX_NESTING_LEVEL), in hb_ot_apply_context_t()
Dhb-ot-layout-common.hh38 #ifndef HB_MAX_NESTING_LEVEL
39 #define HB_MAX_NESTING_LEVEL 6 macro
Dhb-ot-layout-gsub-table.hh1131 if (unlikely (c->nesting_level_left != HB_MAX_NESTING_LEVEL)) in apply()