Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh850 if (unlikely (depth++ > HB_MAX_NESTING_LEVEL)) return false; in get_points_var()
1032 if (unlikely (depth++ > HB_MAX_NESTING_LEVEL)) return; in add_gid_and_children()
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()
499 nesting_level_left (HB_MAX_NESTING_LEVEL), in hb_ot_apply_context_t()
Dhb-ot-layout-common.hh39 #ifndef HB_MAX_NESTING_LEVEL
40 #define HB_MAX_NESTING_LEVEL 6 macro
Dhb-ot-layout-gsub-table.hh1188 if (unlikely (c->nesting_level_left != HB_MAX_NESTING_LEVEL)) in apply()