Home
last modified time | relevance | path

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

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-set-private.hh147 struct hb_set_t struct
149 hb_object_header_t header;
151 bool in_error;
153 inline void init (void) { in init()
157 inline void fini (void) { in fini()
159 inline void clear (void) { in clear()
165 inline bool is_empty (void) const { in is_empty()
171 inline void add (hb_codepoint_t g) in add()
178 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()
185 inline void del (hb_codepoint_t g) in del()
[all …]
Dhb-set.h41 typedef struct hb_set_t hb_set_t; typedef
/external/harfbuzz_ng/src/
Dhb-set-private.hh136 struct hb_set_t struct
138 hb_object_header_t header;
140 bool in_error;
142 inline void init (void) { in init()
146 inline void fini (void) { in fini()
148 inline void clear (void) { in clear()
154 inline bool is_empty (void) const { in is_empty()
160 inline void add (hb_codepoint_t g) in add()
167 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()
174 inline void del (hb_codepoint_t g) in del()
[all …]
Dhb-set.h39 typedef struct hb_set_t hb_set_t; typedef