Home
last modified time | relevance | path

Searched refs:has_func (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font-private.hh152 HB_INTERNAL bool has_func (unsigned int i);
161 return has_func (i); \
Dhb-font.cc583 hb_font_t::has_func (unsigned int i) in has_func() function in hb_font_t
585 if (parent && parent != hb_font_get_empty () && parent->has_func (i)) in has_func()