Searched refs:HB_MAX_NESTING_LEVEL (Results 1 – 4 of 4) sorted by relevance
850 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()
103 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()
39 #ifndef HB_MAX_NESTING_LEVEL40 #define HB_MAX_NESTING_LEVEL 6 macro
1188 if (unlikely (c->nesting_level_left != HB_MAX_NESTING_LEVEL)) in apply()