Searched defs:add_range (Results 1 – 4 of 4) sorted by relevance
68 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function125 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
74 void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function258 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
140 add_range(struct range_info *info, unsigned start, unsigned count) in add_range() function
192 def add_range(self, start, end, glyphs): member in GlyphClass