HomeSort by relevance Sort by last modified time
    Searched refs:has_func (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-font-private.hh 152 HB_INTERNAL bool has_func (unsigned int i);
161 return has_func (i); \
hb-font.cc 583 hb_font_t::has_func (unsigned int i) function in class:hb_font_t
585 if (parent && parent != hb_font_get_empty () && parent->has_func (i))
    [all...]

Completed in 2241 milliseconds