Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-set-private.hh76 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { in add_range() function
113 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { in add_range() function
114 head.add_range (a, b); in add_range()
115 tail.add_range (a, b); in add_range()
187 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
Dhb-set.cc237 set->add_range (first, last); in hb_set_add_range()
Dhb-ot-layout-common-private.hh163 glyphs->add_range (start, end); in add_coverage()