Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-set.hh41 struct hb_set_t struct
44 hb_set_t () { init (); } in hb_set_t() argument
45 ~hb_set_t () { fini (); } in ~hb_set_t() argument
47 struct page_map_t
55 struct page_t
187 hb_object_header_t header;
188 bool successful; /* Allocations successful */
189 mutable unsigned int population;
190 hb_sorted_vector_t<page_map_t> page_map;
191 hb_vector_t<page_t> pages;
[all …]
Dhb-set.h44 typedef struct hb_set_t hb_set_t; typedef
/third_party/harfbuzz/src/
Dhb-set.hh41 struct hb_set_t struct
44 hb_set_t () { init (); } in hb_set_t() function
45 ~hb_set_t () { fini (); } in ~hb_set_t() argument
47 struct page_map_t
55 struct page_t
213 hb_object_header_t header;
214 bool successful; /* Allocations successful */
215 mutable unsigned int population;
216 hb_sorted_vector_t<page_map_t> page_map;
217 hb_vector_t<page_t> pages;
[all …]
Dhb-set.h57 typedef struct hb_set_t hb_set_t; typedef
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-set.hh156 struct hb_set_t : hb_sparseset_t<hb_bit_set_invertible_t> struct
163hb_set_t (std::initializer_list<hb_codepoint_t> lst) : hb_sparseset_t<hb_bit_set_invertible_t> (ls… in hb_set_t() argument
166 hb_set_t (const Iterable &o) : hb_sparseset_t<hb_bit_set_invertible_t> (o) {} in hb_set_t() argument
Dhb-set.h57 typedef struct hb_set_t hb_set_t; typedef