Home
last modified time | relevance | path

Searched defs:add_range (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-set-digest.hh68 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
125 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
Dhb-set.hh74 void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
258 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_prim_restart.c140 add_range(struct range_info *info, unsigned start, unsigned count) in add_range() function
/external/fonttools/Lib/fontTools/feaLib/
Dast.py192 def add_range(self, start, end, glyphs): member in GlyphClass